66 lines
1.3 KiB
Text
66 lines
1.3 KiB
Text
# 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."
|
|
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/permap"
|
|
doc: "https://doc.zapashcanon.fr/permap"
|
|
bug-reports: "https://git.zapashcanon.fr/zapashcanon/permap/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/permap.git"
|