this repo has no description
1opam-version: "2.0"
2synopsis: "Stog plugin to use markdown syntax"
3maintainer: "zoggy@bat8.org"
4authors: "Zoggy <zoggy@bat8.org>"
5license: "GPL-3.0-only"
6homepage: "https://www.good-eris.net/stog/"
7doc: "https://www.good-eris.net/stog/doc.html"
8bug-reports: "https://framagit.org/zoggy/stog/issues"
9depends: [
10 "dune" {>= "2.9"}
11 "stog" {= version}
12 "omd" {>= "1.9.9"}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "--promote-install-files=false"
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29 ["dune" "install" "-p" name "--create-install-files" name]
30]
31dev-repo: "git+https://framagit.org/zoggy/stog.git"
32url {
33 src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
34 checksum: [
35 "md5=e9ce23a296e6309688a2d459fcbf9320"
36 "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
37 ]
38}