source: code/trunk/logarion.opam@ 71

Last change on this file since 71 was 69, checked in by Izuru Yakumo, 8 months ago

txt new no longer sets default titles, remove %%VERSION%% from all subcommands (as they're pulled from txt.ml)

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

File size: 645 bytes
RevLine 
[2]1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
[69]3version: "1.4.2"
[2]4synopsis: "Texts archival and exchange"
[60]5maintainer: ["Izuru Yakumo <yakumo.izuru@chaotic.ninja>"]
[51]6authors: ["orbifx <fox@orbitalfox.eu>"]
[2]7license: "EUPL-1.2"
[64]8homepage: "https://suzunaan.chaotic.ninja/logarion/"
[63]9bug-reports: "mailto:logarion-dev@chaotic.ninja"
[66]10depends: ["ocaml" "dune" "ocurl" "msgpck" "cmdliner"]
[2]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]
[69]25dev-repo: "git+https://git.chaotic.ninja/yakumo.izuru/logarion"
Note: See TracBrowser for help on using the repository browser.