65 lines
1.1 KiB
Text
65 lines
1.1 KiB
Text
(lang dune 3.0)
|
|
(using menhir 2.1)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(implicit_transitive_deps false)
|
|
|
|
(name permap)
|
|
|
|
(license AGPL-3.0-or-later)
|
|
|
|
(authors
|
|
"swrup <swrup@protonmail.com>"
|
|
"Léo Andrès <contact@ndrs.fr>")
|
|
|
|
(maintainers
|
|
"swrup <swrup@protonmail.com>"
|
|
"Léo Andrès <contact@ndrs.fr>")
|
|
|
|
(source
|
|
(uri git+https://git.zapashcanon.fr/zapashcanon/permap.git))
|
|
|
|
(homepage https://git.zapashcanon.fr/zapashcanon/permap)
|
|
|
|
(bug_reports https://git.zapashcanon.fr/zapashcanon/permap/issues)
|
|
|
|
(documentation https://doc.zapashcanon.fr/permap)
|
|
|
|
(package
|
|
(name permap)
|
|
(synopsis "OCaml library/executable to TODO")
|
|
(description "permap is an OCaml library/executable to TODO.")
|
|
(tags
|
|
(imageboard forum map leaflet single-page-application functional-reactive-programming))
|
|
(depends
|
|
bos
|
|
brr
|
|
caqti
|
|
caqti-driver-sqlite3
|
|
conan
|
|
conan-database
|
|
crunch
|
|
data-encoding
|
|
digestif
|
|
directories
|
|
dream
|
|
dream-pure
|
|
emile
|
|
fmt
|
|
fpath
|
|
htmlit
|
|
js_of_ocaml
|
|
leaflet
|
|
lwt
|
|
note
|
|
safepass
|
|
scfg
|
|
uri
|
|
uuidm
|
|
(alcotest :with-test)
|
|
(re :with-test)
|
|
(ocamlformat :with-dev-setup)
|
|
prelude
|
|
(ocaml
|
|
(>= 5.1))))
|