geochan/geochan.opam
2025-04-15 11:00:03 +02:00

67 lines
1.3 KiB
Text

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A geo-imageboard written in OCaml"
description:
"Geochan is an open source imageboard with threads pinned to a geolocation."
maintainer: ["swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>"]
authors: ["swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>"]
license: "AGPL-3.0-or-later"
tags: [
"imageboard"
"forum"
"map"
"leaflet"
"single-page-application"
"functional-reactive-programming"
]
homepage: "https://git.zapashcanon.fr/zapashcanon/geochan"
doc: "https://doc.zapashcanon.fr/geochan"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/geochan/issues"
depends: [
"dune" {>= "3.0"}
"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"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/geochan.git"