this repo has no description
0
fork

Configure Feed

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

Merge pull request #25486 from zoggy/opam-publish-stog.1.0.0

16 packages from framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz

authored by

Marcello Seri and committed by
GitHub
975f8e76 2ec90190

+639 -1
+2 -1
packages/stog-writing/stog-writing.0.19.0/opam
··· 11 11 depends: [ 12 12 "ocaml" {>= "4.12.0"} 13 13 "stog" {>= "0.19.0"} 14 - "menhir" {>= "20120123"} 14 + "ocf" {<= "0.7.0"} 15 + "menhir" {>= "20120123" & <= "20210310"} 15 16 ] 16 17 build: [make "all"] 17 18 install: [make "install"]
+55
packages/stog/stog.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Static web site compiler, able to handle blog posts as well as regular pages or any XML document in general" 4 + maintainer: "zoggy@bat8.org" 5 + authors: "Zoggy <zoggy@bat8.org>" 6 + license: "GPL-3.0-only" 7 + homepage: "https://www.good-eris.net/stog/" 8 + doc: "https://www.good-eris.net/stog/doc.html" 9 + bug-reports: "https://framagit.org/zoggy/stog/issues" 10 + depends: [ 11 + "dune" {>= "2.9"} 12 + "ocaml" {>= "5.0.0"} 13 + "dune-build-info" {>= "2.9.1"} 14 + "dune-site" {>= "2.9.1"} 15 + "fmt" {>= "0.9.0"} 16 + "higlo" {>= "0.9"} 17 + "logs" {>= "0.7.0"} 18 + "lwt" {>= "5.7.0"} 19 + "lwt_ppx" {>= "2.1.0"} 20 + "menhir" {>= "20231231"} 21 + "ocf" {>= "0.8.0"} 22 + "ocf_ppx" {>= "0.8.0"} 23 + "ppx_blob" {>= "0.7.2"} 24 + "ptime" {>= "1.1.0"} 25 + "uri" {>= "4.4.0"} 26 + "uutf" {>= "1.0.3"} 27 + "xtmpl" {>= "0.19.0"} 28 + "xtmpl_ppx" {>= "0.19.0"} 29 + "odoc" {with-doc} 30 + ] 31 + build: [ 32 + ["dune" "subst"] {dev} 33 + [ 34 + "dune" 35 + "build" 36 + "-p" 37 + name 38 + "-j" 39 + jobs 40 + "--promote-install-files=false" 41 + "@install" 42 + "@runtest" {with-test} 43 + "@doc" {with-doc} 44 + ] 45 + ["dune" "install" "-p" name "--create-install-files" name] 46 + ] 47 + conflicts: [ "ocaml-option-bytecode-only" ] 48 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 49 + url { 50 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 51 + checksum: [ 52 + "md5=e9ce23a296e6309688a2d459fcbf9320" 53 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 54 + ] 55 + }
+40
packages/stog_all/stog_all.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Virtual package to install all Stog libraries, tools and plugins" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "stog_server" {= version} 13 + "stog_server_multi" {= version} 14 + "stog_plugins" {= version} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "--promote-install-files=false" 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ["dune" "install" "-p" name "--create-install-files" name] 32 + ] 33 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 34 + url { 35 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 36 + checksum: [ 37 + "md5=e9ce23a296e6309688a2d459fcbf9320" 38 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 39 + ] 40 + }
+37
packages/stog_asy/stog_asy.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to include Asymptote results in documents" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "--promote-install-files=false" 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ["dune" "install" "-p" name "--create-install-files" name] 29 + ] 30 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 31 + url { 32 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 33 + checksum: [ 34 + "md5=e9ce23a296e6309688a2d459fcbf9320" 35 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 36 + ] 37 + }
+37
packages/stog_dot/stog_dot.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to generate and include graphviz graphs in documents" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "--promote-install-files=false" 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ["dune" "install" "-p" name "--create-install-files" name] 29 + ] 30 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 31 + url { 32 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 33 + checksum: [ 34 + "md5=e9ce23a296e6309688a2d459fcbf9320" 35 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 36 + ] 37 + }
+37
packages/stog_extern/stog_extern.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to pipe documents in external commands" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "--promote-install-files=false" 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ["dune" "install" "-p" name "--create-install-files" name] 29 + ] 30 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 31 + url { 32 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 33 + checksum: [ 34 + "md5=e9ce23a296e6309688a2d459fcbf9320" 35 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 36 + ] 37 + }
+38
packages/stog_markdown/stog_markdown.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to use markdown syntax" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "omd" {>= "1.9.9"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 31 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 32 + url { 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 + }
+37
packages/stog_multi_doc/stog_multi_doc.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to define various documents in one file" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "--promote-install-files=false" 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ["dune" "install" "-p" name "--create-install-files" name] 29 + ] 30 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 31 + url { 32 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 33 + checksum: [ 34 + "md5=e9ce23a296e6309688a2d459fcbf9320" 35 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 36 + ] 37 + }
+37
packages/stog_nocaml/stog_nocaml.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to block commands executing ocaml code" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "--promote-install-files=false" 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ["dune" "install" "-p" name "--create-install-files" name] 29 + ] 30 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 31 + url { 32 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 33 + checksum: [ 34 + "md5=e9ce23a296e6309688a2d459fcbf9320" 35 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 36 + ] 37 + }
+37
packages/stog_noexec/stog_noexec.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to prevent running command with <exec>" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "--promote-install-files=false" 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ["dune" "install" "-p" name "--create-install-files" name] 29 + ] 30 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 31 + url { 32 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 33 + checksum: [ 34 + "md5=e9ce23a296e6309688a2d459fcbf9320" 35 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 36 + ] 37 + }
+49
packages/stog_plugins/stog_plugins.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Virtual package to install all Stog plugins" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 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 + ] 23 + depopts: [ 24 + "stog_rdf" {= version} 25 + ] 26 + build: [ 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 + ] 42 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 43 + url { 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 + }
+38
packages/stog_rdf/stog_rdf.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to generate rdf triples and execute sparql queries" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "rdf" {>= "1.0.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 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 + ] 31 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 32 + url { 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 + }
+37
packages/stog_rel_href/stog_rel_href.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to generate relative urls" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "--promote-install-files=false" 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ["dune" "install" "-p" name "--create-install-files" name] 29 + ] 30 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 31 + url { 32 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 33 + checksum: [ 34 + "md5=e9ce23a296e6309688a2d459fcbf9320" 35 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 36 + ] 37 + }
+45
packages/stog_server/stog_server.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog server library" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "conduit-lwt-unix" {>= "6.2.1"} 13 + "cryptokit" {>= "1.19"} 14 + "ppx_deriving_yojson" {>= "3.7.0"} 15 + "ojs_base_all" {>= "0.7.0"} 16 + "websocket" {>= "2.16"} 17 + "xmldiff" {>= "0.7.0"} 18 + "xmldiff_js" {>= "0.7.0"} 19 + "xtmpl_js" {>= "0.19.0"} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "--promote-install-files=false" 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ["dune" "install" "-p" name "--create-install-files" name] 37 + ] 38 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 39 + url { 40 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 41 + checksum: [ 42 + "md5=e9ce23a296e6309688a2d459fcbf9320" 43 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 44 + ] 45 + }
+39
packages/stog_server_multi/stog_server_multi.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog multi server library" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "stog_server" {= version} 13 + "ojs_base_ppx" {>= "0.7.0"} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "--promote-install-files=false" 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ["dune" "install" "-p" name "--create-install-files" name] 31 + ] 32 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 33 + url { 34 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 35 + checksum: [ 36 + "md5=e9ce23a296e6309688a2d459fcbf9320" 37 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 38 + ] 39 + }
+37
packages/stog_sitemap/stog_sitemap.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to generate a sitemap file" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "--promote-install-files=false" 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ["dune" "install" "-p" name "--create-install-files" name] 29 + ] 30 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 31 + url { 32 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 33 + checksum: [ 34 + "md5=e9ce23a296e6309688a2d459fcbf9320" 35 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 36 + ] 37 + }
+37
packages/stog_writing/stog_writing.1.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Stog plugin to generate table of contents and bibliographies" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://www.good-eris.net/stog/" 7 + doc: "https://www.good-eris.net/stog/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/stog/issues" 9 + depends: [ 10 + "dune" {>= "2.9"} 11 + "stog" {= version} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "--promote-install-files=false" 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ["dune" "install" "-p" name "--create-install-files" name] 29 + ] 30 + dev-repo: "git+https://framagit.org/zoggy/stog.git" 31 + url { 32 + src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz" 33 + checksum: [ 34 + "md5=e9ce23a296e6309688a2d459fcbf9320" 35 + "sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e" 36 + ] 37 + }