source: code/trunk/logarion.opam@ 64

Last change on this file since 64 was 64, checked in by Izuru Yakumo, 9 months ago

[dune / opam] change of main page and repository

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

File size: 667 bytes
Line 
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "1.3.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: [
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: "https://git.chaotic.ninja/yakumo.izuru/logarion"
Note: See TracBrowser for help on using the repository browser.