geochan/geochan.opam
2026-03-19 21:29:27 +01:00

57 lines
926 B
Text

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml library/executable to TODO"
description: "geochan is an OCaml library/executable to TODO."
authors: ["swrup <swrup@protonmail.com>"]
license: "AGPL-3.0-or-later"
tags: [
"permap" "forum" "map" "local-knownledge" "ecology" "permaculture" "plant"
]
depends: [
"dune" {>= "2.8"}
"dream"
"lwt"
"yojson"
"brr"
"leaflet"
"js_of_ocaml"
"uuidm"
"scfg"
"crunch"
"safepass"
"omd"
"lambdasoup"
"bos"
"caqti"
"caqti-driver-sqlite3"
"conan"
"conan-database"
"directories"
"dream"
"dream-pure"
"emile"
"fpath"
"lambdasoup"
"omd"
"safepass"
"scfg"
"uri"
"uuidm"
"yojson"
"ocaml" {>= "4.08"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]