source: code/trunk/logarion.opam@ 45

Last change on this file since 45 was 44, checked in by fox, 2 years ago

Move text-parse in submodule

File size: 536 bytes
Line 
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Texts archival and exchange"
4maintainer: ["orbifx <orbifx@disroot.org>"]
5license: "EUPL-1.2"
6homepage: "http://logarion.orbitalfox.eu"
7depends: [
8 "dune" {>= "2.0"}
9 "cmdliner" {<= "1.0.4"}
10 "msgpck"
11 "ocurl"
12]
13build: [
14 ["dune" "subst"] {pinned}
15 [
16 "dune"
17 "build"
18 "-p"
19 name
20 "-j"
21 jobs
22 "@install"
23 "@runtest" {with-test}
24 "@doc" {with-doc}
25 ]
26]
27dev-repo: "git+https://git.disroot.org/orbifx/logarion.git"
Note: See TracBrowser for help on using the repository browser.