
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/kosuzu/trunk@69 eb64cd80-c68d-6f47-b6a3-0ada418499da
26 lines
645 B
Plaintext
26 lines
645 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
version: "1.4.2"
|
|
synopsis: "Texts archival and exchange"
|
|
maintainer: ["Izuru Yakumo <yakumo.izuru@chaotic.ninja>"]
|
|
authors: ["orbifx <fox@orbitalfox.eu>"]
|
|
license: "EUPL-1.2"
|
|
homepage: "https://suzunaan.chaotic.ninja/logarion/"
|
|
bug-reports: "mailto:logarion-dev@chaotic.ninja"
|
|
depends: ["ocaml" "dune" "ocurl" "msgpck" "cmdliner"]
|
|
build: [
|
|
["dune" "subst"] {pinned}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|
|
dev-repo: "git+https://git.chaotic.ninja/yakumo.izuru/logarion"
|