source: code/trunk/logarion.opam@ 65

Last change on this file since 65 was 65, checked in by yakumo.izuru, 8 months ago

Replace Cmdliner with Ocmd, re-add documentation

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 637 bytes
Line 
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "1.3.2"
4synopsis: "Texts archival and exchange"
5maintainer: ["Izuru Yakumo <yakumo.izuru@chaotic.ninja>"]
6authors: ["orbifx <fox@orbitalfox.eu>"]
7license: "EUPL-1.2"
8homepage: "https://suzunaan.chaotic.ninja/logarion/"
9bug-reports: "mailto:logarion-dev@chaotic.ninja"
10depends: ["ocaml" "dune" "ocurl" "msgpck" "ocmd"]
11build: [
12 ["dune" "subst"] {pinned}
13 [
14 "dune"
15 "build"
16 "-p"
17 name
18 "-j"
19 jobs
20 "@install"
21 "@runtest" {with-test}
22 "@doc" {with-doc}
23 ]
24]
25dev-repo: "https://git.chaotic.ninja/yakumo.izuru/logarion"
Note: See TracBrowser for help on using the repository browser.