geochan/dune-project

52 lines
739 B
Text
Raw Normal View History

2021-11-05 14:13:28 +01:00
(lang dune 2.8)
2023-12-18 00:45:46 +01:00
(using menhir 2.1)
2021-11-05 14:13:28 +01:00
2022-02-19 23:33:19 +01:00
(implicit_transitive_deps false)
2021-11-05 14:13:28 +01:00
2023-12-18 00:45:46 +01:00
(name geochan)
2021-11-05 14:13:28 +01:00
2022-02-19 23:33:19 +01:00
(license AGPL-3.0-or-later)
2021-11-05 14:13:28 +01:00
2022-02-19 23:33:19 +01:00
(authors "swrup <swrup@protonmail.com>")
2021-11-05 14:13:28 +01:00
(generate_opam_files true)
(package
2023-12-18 00:45:46 +01:00
(name geochan)
2021-11-05 14:13:28 +01:00
(synopsis "OCaml library/executable to TODO")
2023-12-18 00:45:46 +01:00
(description "geochan is an OCaml library/executable to TODO.")
2021-11-05 14:13:28 +01:00
(tags
2022-02-19 23:33:19 +01:00
(permap forum map local-knownledge ecology permaculture plant))
2021-11-05 14:13:28 +01:00
(depends
2023-12-18 00:45:46 +01:00
dream
lwt
yojson
brr
leaflet
js_of_ocaml
uuidm
scfg
crunch
safepass
omd
lambdasoup
bos
caqti
caqti-driver-sqlite3
conan
conan-database
directories
dream
dream-pure
emile
fpath
lambdasoup
omd
safepass
scfg
uri
uuidm
yojson
2021-11-05 14:13:28 +01:00
(ocaml
(>= 4.08))))