source: code/trunk/logarion.opam@ 70

Last change on this file since 70 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
Line 
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "1.4.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" "cmdliner"]
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: "git+https://git.chaotic.ninja/yakumo.izuru/logarion"
Note: See TracBrowser for help on using the repository browser.