You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
550 B
29 lines
550 B
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "Texts archival and exchange"
|
|
maintainer: ["orbifx <fox@orbitalfox.eu>"]
|
|
license: "EUPL-1.2"
|
|
homepage: "http://logarion.orbitalfox.eu"
|
|
depends: [
|
|
"dune" {>= "2.0"}
|
|
"text_parse"
|
|
"cmdliner" {<= "1.0.4"}
|
|
"msgpck"
|
|
"ocurl"
|
|
]
|
|
build: [
|
|
["dune" "subst"] {pinned}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://git.disroot.org/orbifx/logarion.git"
|