add depends
This commit is contained in:
parent
e8bb75758e
commit
fae867b35b
3 changed files with 59 additions and 0 deletions
29
dune-project
29
dune-project
|
|
@ -28,5 +28,34 @@
|
|||
(tags
|
||||
(permap forum map local-knownledge ecology permaculture plant))
|
||||
(depends
|
||||
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
|
||||
(ocaml
|
||||
(>= 4.08))))
|
||||
|
|
|
|||
29
permap.opam
29
permap.opam
|
|
@ -13,6 +13,35 @@ doc: "https://doc.zapashcanon.fr/permap"
|
|||
bug-reports: "https://git.zapashcanon.fr/zapashcanon/permap/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.8"}
|
||||
"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"
|
||||
"ocaml" {>= "4.08"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
|
|
|
|||
1
src/dune
1
src/dune
|
|
@ -35,6 +35,7 @@
|
|||
containers-data
|
||||
directories
|
||||
dream
|
||||
dream-pure
|
||||
emile
|
||||
emoji
|
||||
fpath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue