source: code/trunk/kosuzu.opam@ 73

Last change on this file since 73 was 73, checked in by Izuru Yakumo, 8 months ago

Because sweet girls are the best, officially rebranding Logarion to Kosuzu

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

File size: 639 bytes
Line 
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "1.4.3"
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/kosuzu/"
9bug-reports: "mailto:kosuzu-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/kosuzu"
Note: See TracBrowser for help on using the repository browser.