source: code/trunk/logarion.opam@ 54

Last change on this file since 54 was 51, checked in by Izuru Yakumo, 18 months ago

Update build system settings

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

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