this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #18703 from zoggy/opam-publish-stog-writing.0.19.0

Package stog-writing.0.19.0

authored by

Kate and committed by
GitHub
b0c1b261 5bcf74a0

+26
+26
packages/stog-writing/stog-writing.0.19.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Stog plugin adding new rewrite rules to use footnotes and bibliographies in documents" 4 + maintainer: "Zoggy <zoggy@bat8.org>" 5 + authors: "Zoggy <zoggy@bat8.org>" 6 + license: "GPL-3.0-only" 7 + tags: ["publication" "web" "blog" "bibliography"] 8 + homepage: "https://www.good-eris.net/stog/plugins/writing.html" 9 + doc: "https://www.good-eris.net/stog/plugins/writing.html" 10 + bug-reports: "https://framagit.org/zoggy/stog-writing/-/issues" 11 + depends: [ 12 + "ocaml" {>= "4.12.0"} 13 + "stog" {>= "0.19.0"} 14 + "menhir" {>= "20120123"} 15 + ] 16 + build: [make "all"] 17 + install: [make "install"] 18 + dev-repo: "git+https://framagit.org/zoggy/stog-writing.git" 19 + url { 20 + src: 21 + "https://framagit.org/zoggy/stog-writing/-/archive/0.19.0/stog-writing-0.19.0.tar.bz2" 22 + checksum: [ 23 + "md5=fc35d719c79b4da00b70e55513271dea" 24 + "sha512=815fb26e7c05d83fa2050ef81153d49f7d18984ea30bf2e78b49ff11828933903cc4bd6e51695c25d30088d8ee245094b0ecb3e5e2418635ef2aaf4df4d6a104" 25 + ] 26 + }