geochan/dune-project

53 lines
1.1 KiB
Text
Raw Permalink Normal View History

2026-03-19 21:30:17 +01:00
(lang dune 3.0)
(name geochan)
2023-12-18 00:45:46 +01:00
(using menhir 2.1)
2022-02-19 23:33:19 +01:00
(implicit_transitive_deps false)
2026-03-19 21:30:17 +01:00
(generate_opam_files true)
2021-11-05 14:13:28 +01:00
2026-03-19 21:30:17 +01:00
(authors "swrup <swrup@protonmail.com>" "pena <pena@kumikode.org>")
(maintainers "swrup <swrup@protonmail.com>" "pena <pena@kumikode.org>")
2022-02-19 23:33:19 +01:00
(license AGPL-3.0-or-later)
2021-11-05 14:13:28 +01:00
2026-03-19 21:30:17 +01:00
(source
(uri git+https://forge.kumikode.org/swrup/geochan.git))
(homepage https://forge.kumikode.org/swrup/geochan)
(bug_reports https://forge.kumikode.org/swrup/geochan/issues)
2021-11-05 14:13:28 +01:00
(package
2023-12-18 00:45:46 +01:00
(name geochan)
2026-03-19 21:30:17 +01:00
(synopsis "A geo-imageboard written in OCaml")
(description "Geochan is an open source imageboard with threads pinned to a geolocation.")
2021-11-05 14:13:28 +01:00
(tags
2026-03-19 21:30:17 +01:00
(imageboard forum map leaflet single-page-application functional-reactive-programming))
2021-11-05 14:13:28 +01:00
(depends
2023-12-18 00:45:46 +01:00
bos
2026-03-19 21:30:17 +01:00
brr
2023-12-18 00:45:46 +01:00
caqti
caqti-driver-sqlite3
conan
conan-database
2026-03-19 21:30:17 +01:00
crunch
data-encoding
digestif
2023-12-18 00:45:46 +01:00
directories
dream
dream-pure
emile
2026-03-19 21:30:17 +01:00
fmt
2023-12-18 00:45:46 +01:00
fpath
2026-03-19 21:30:17 +01:00
htmlit
js_of_ocaml
leaflet
lwt
note
2023-12-18 00:45:46 +01:00
safepass
scfg
uri
uuidm
2026-03-19 21:30:17 +01:00
(alcotest :with-test)
(re :with-test)
(ocamlformat :with-dev-setup)
prelude
2021-11-05 14:13:28 +01:00
(ocaml
2026-03-19 21:30:17 +01:00
(>= 5.1))))