geochan/dune-project
2025-04-15 11:00:03 +02:00

65 lines
1.2 KiB
Text

(lang dune 3.0)
(using menhir 2.1)
(generate_opam_files true)
(implicit_transitive_deps false)
(name geochan)
(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/geochan.git))
(homepage https://git.zapashcanon.fr/zapashcanon/geochan)
(bug_reports https://git.zapashcanon.fr/zapashcanon/geochan/issues)
(documentation https://doc.zapashcanon.fr/geochan)
(package
(name geochan)
(synopsis "A geo-imageboard written in OCaml")
(description "Geochan is an open source imageboard with threads pinned to a geolocation.")
(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))))