Last change
on this file since 61 was 61, checked in by yakumo.izuru, 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
|
Rev | Line | |
---|
[2] | 1 | # This file is generated by dune, edit dune-project instead
|
---|
| 2 | opam-version: "2.0"
|
---|
[61] | 3 | version: "1.3.2"
|
---|
[2] | 4 | synopsis: "Texts archival and exchange"
|
---|
[60] | 5 | maintainer: ["Izuru Yakumo <yakumo.izuru@chaotic.ninja>"]
|
---|
[51] | 6 | authors: ["orbifx <fox@orbitalfox.eu>"]
|
---|
[2] | 7 | license: "EUPL-1.2"
|
---|
[47] | 8 | homepage: "https://logarion.chaotic.ninja"
|
---|
[51] | 9 | bug-reports: "mailto:logarion@lists.tildeverse.org"
|
---|
[1] | 10 | depends: [
|
---|
[2] | 11 | "dune" {>= "2.0"}
|
---|
[3] | 12 | "cmdliner" {<= "1.0.4"}
|
---|
[2] | 13 | "msgpck"
|
---|
[3] | 14 | "ocurl"
|
---|
[1] | 15 | ]
|
---|
[2] | 16 | build: [
|
---|
| 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 | ]
|
---|
[60] | 30 | dev-repo: "git://git.chaotic.ninja/yakumo_izuru/logarion"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.