source: code/trunk/logarion.opam@ 61

Last change on this file since 61 was 61, checked in by Izuru Yakumo, 13 months ago

Fix RSS/Atom generation for Gemini and HTTP, remove the txt publish feature

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

File size: 658 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://logarion.chaotic.ninja"
9bug-reports: "mailto:logarion@lists.tildeverse.org"
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: "git://git.chaotic.ninja/yakumo_izuru/logarion"
Note: See TracBrowser for help on using the repository browser.