geochan/geochan.opam

68 lines
1.3 KiB
Text
Raw Normal View History

2021-11-05 16:55:19 +01:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
2025-04-15 05:59:03 +02:00
synopsis: "A geo-imageboard written in OCaml"
description:
"Geochan is an open source imageboard with threads pinned to a geolocation."
2024-05-29 19:16:48 +02:00
maintainer: ["swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>"]
2022-02-19 23:33:19 +01:00
authors: ["swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>"]
2021-11-29 16:48:37 +01:00
license: "AGPL-3.0-or-later"
2022-02-19 23:33:19 +01:00
tags: [
2024-05-29 19:16:48 +02:00
"imageboard"
"forum"
"map"
"leaflet"
"single-page-application"
"functional-reactive-programming"
2022-02-19 23:33:19 +01:00
]
2025-04-15 05:59:03 +02:00
homepage: "https://git.zapashcanon.fr/zapashcanon/geochan"
doc: "https://doc.zapashcanon.fr/geochan"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/geochan/issues"
2021-11-05 16:55:19 +01:00
depends: [
2024-05-29 19:16:48 +02:00
"dune" {>= "3.0"}
2023-12-18 00:45:46 +01:00
"bos"
2024-05-29 19:16:48 +02:00
"brr"
2023-12-18 00:45:46 +01:00
"caqti"
"caqti-driver-sqlite3"
"conan"
"conan-database"
2024-05-29 19:16:48 +02:00
"crunch"
"data-encoding"
"digestif"
2023-12-18 00:45:46 +01:00
"directories"
"dream"
"dream-pure"
"emile"
2024-05-29 19:16:48 +02:00
"fmt"
2023-12-18 00:45:46 +01:00
"fpath"
2024-05-29 19:16:48 +02:00
"htmlit"
"js_of_ocaml"
"leaflet"
"lwt"
"note"
2023-12-18 00:45:46 +01:00
"safepass"
"scfg"
"uri"
"uuidm"
2024-05-29 19:16:48 +02:00
"alcotest" {with-test}
"re" {with-test}
"ocamlformat" {with-dev-setup}
"prelude"
"ocaml" {>= "5.1"}
2021-11-05 16:55:19 +01:00
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
2025-04-15 05:59:03 +02:00
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/geochan.git"