geochan/permap.opam

63 lines
1.2 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"
synopsis: "OCaml library/executable to TODO"
description: "permap is an OCaml library/executable to TODO."
2022-02-19 23:33:19 +01:00
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
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: [
"permap" "forum" "map" "local-knownledge" "ecology" "permaculture" "plant"
]
homepage: "https://git.zapashcanon.fr/zapashcanon/permap"
doc: "https://doc.zapashcanon.fr/permap"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/permap/issues"
2021-11-05 16:55:19 +01:00
depends: [
"dune" {>= "2.8"}
2023-12-18 00:45:46 +01:00
"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"
2021-11-05 16:55:19 +01:00
"ocaml" {>= "4.08"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
2022-02-19 23:33:19 +01:00
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/permap.git"