this repo has no description
1opam-version: "2.0"
2synopsis: "Virtual package to install all Stog plugins"
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_asy" {= version}
12 "stog_dot" {= version}
13 "stog_extern" {= version}
14 "stog_markdown" {= version}
15 "stog_multi_doc" {= version}
16 "stog_nocaml" {= version}
17 "stog_noexec" {= version}
18 "stog_rel_href" {= version}
19 "stog_sitemap" {= version}
20 "stog_writing" {= version}
21 "odoc" {with-doc}
22]
23depopts: [
24 "stog_rdf" {= version}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "--promote-install-files=false"
36 "@install"
37 "@runtest" {with-test}
38 "@doc" {with-doc}
39 ]
40 ["dune" "install" "-p" name "--create-install-files" name]
41]
42dev-repo: "git+https://framagit.org/zoggy/stog.git"
43url {
44 src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
45 checksum: [
46 "md5=e9ce23a296e6309688a2d459fcbf9320"
47 "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
48 ]
49}