35 lines
625 B
Plaintext
35 lines
625 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "Texts archival and exchange"
|
|
maintainer: ["fox@orbitalfox.eu"]
|
|
authors: ["orbifx"]
|
|
license: "EUPL"
|
|
homepage: "https://logarion.orbitalfox.eu"
|
|
bug-reports: "mailto:logarion@lists.orbitalfox.eu?subject=Issue:"
|
|
depends: [
|
|
"dune" {>= "2.0"}
|
|
"re"
|
|
"cmdliner"
|
|
"bos"
|
|
"ptime"
|
|
"uuidm"
|
|
"uri"
|
|
"text_parse"
|
|
"msgpck"
|
|
]
|
|
build: [
|
|
["dune" "subst"] {pinned}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git://orbitalfox.eu/logarion"
|