geochan/geochan.opam

58 lines
926 B
Text
Raw Normal View History

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