source: code/trunk/kosuzu.opam

Last change on this file was 77, checked in by Izuru Yakumo, 4 days ago

決して発見されてはならない巻物。

File size: 586 bytes
Line 
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3version: "1.4.4"
4synopsis: "Texts archival and exchange"
5maintainer: ["Izuru Yakumo <eternal-servant@yakumo.dev>"]
6authors: ["orbifx <fox@orbitalfox.eu>"]
7license: "EUPL-1.2"
8homepage: "https://suzunaan.yakumo.dev/kosuzu/"
9depends: ["ocaml" "dune" "ocurl" "msgpck" "cmdliner"]
10build: [
11 ["dune" "subst"] {pinned}
12 [
13 "dune"
14 "build"
15 "-p"
16 name
17 "-j"
18 jobs
19 "@install"
20 "@runtest" {with-test}
21 "@doc" {with-doc}
22 ]
23]
24dev-repo: "svn+https://svn.yakumo.dev/yakumo.izuru/kosuzu"
Note: See TracBrowser for help on using the repository browser.