source: code/trunk/logarion.opam@ 47

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

Izuru Yakumo, The Violet Hermit shall be taking over Logarion's development, from now on

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

File size: 584 bytes
Line 
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "9333d0e-dirty"
4synopsis: "Texts archival and exchange"
5maintainer: ["Izuru Yakumo <yakumo.izuru@chaotic.ninja>"]
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.