source: code/trunk/logarion.opam@ 50

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

Update version info

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

File size: 566 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>"]
6license: "EUPL-1.2"
7homepage: "https://logarion.chaotic.ninja"
8depends: [
9 "dune" {>= "2.0"}
10 "cmdliner" {<= "1.0.4"}
11 "msgpck"
12 "ocurl"
13]
14build: [
15 ["dune" "subst"] {pinned}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28dev-repo: "git+https://git.chaotic.ninja/yakumo.izuru/logarion.git"
Note: See TracBrowser for help on using the repository browser.