big squish

This commit is contained in:
Swrup 2024-05-29 19:16:48 +02:00
parent fae867b35b
commit 55d2abefb4
124 changed files with 6931 additions and 8393 deletions

View file

@ -1,4 +1,7 @@
(lang dune 2.8)
(lang dune 3.0)
(using menhir 2.1)
(generate_opam_files true)
(implicit_transitive_deps false)
@ -6,9 +9,13 @@
(license AGPL-3.0-or-later)
(authors "swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>")
(authors
"swrup <swrup@protonmail.com>"
"Léo Andrès <contact@ndrs.fr>")
(maintainers "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))
@ -19,43 +26,40 @@
(documentation https://doc.zapashcanon.fr/permap)
(generate_opam_files true)
(package
(name permap)
(synopsis "OCaml library/executable to TODO")
(description "permap is an OCaml library/executable to TODO.")
(tags
(permap forum map local-knownledge ecology permaculture plant))
(imageboard forum map leaflet single-page-application functional-reactive-programming))
(depends
dream
lwt
yojson
brr
leaflet
js_of_ocaml
uuidm
scfg
crunch
safepass
omd
lambdasoup
bos
brr
caqti
caqti-driver-sqlite3
conan
conan-database
crunch
data-encoding
digestif
directories
dream
dream-pure
emile
fmt
fpath
lambdasoup
omd
htmlit
js_of_ocaml
leaflet
lwt
note
safepass
scfg
uri
uuidm
yojson
(alcotest :with-test)
(re :with-test)
(ocamlformat :with-dev-setup)
prelude
(ocaml
(>= 4.08))))
(>= 5.1))))