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
|
(tags
|
||||||
(permap forum map local-knownledge ecology permaculture plant))
|
(permap forum map local-knownledge ecology permaculture plant))
|
||||||
(depends
|
(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
|
(ocaml
|
||||||
(>= 4.08))))
|
(>= 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"
|
bug-reports: "https://git.zapashcanon.fr/zapashcanon/permap/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"dune" {>= "2.8"}
|
"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"}
|
"ocaml" {>= "4.08"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
1
src/dune
1
src/dune
|
|
@ -35,6 +35,7 @@
|
||||||
containers-data
|
containers-data
|
||||||
directories
|
directories
|
||||||
dream
|
dream
|
||||||
|
dream-pure
|
||||||
emile
|
emile
|
||||||
emoji
|
emoji
|
||||||
fpath
|
fpath
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue