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/0.20.0/stog-0.20.0.tar.gz"
45 checksum: [
46 "md5=2b0da8498e2e425cdbc44ff7ecb2a097"
47 "sha512=ae11b868e2a6d5e92ffffdde04f25ae1595e4bd7c9a6447327764327f17d2641713f01374f14ec9fd52e0ca7e0feb9d85c4fc5913aa49b4d1d73c52427d4263e"
48 ]
49}