this repo has no description

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

Changed files
+636
packages
stog
stog.1.0.0
stog_all
stog_all.1.0.0
stog_asy
stog_asy.1.0.0
stog_dot
stog_dot.1.0.0
stog_extern
stog_extern.1.0.0
stog_markdown
stog_markdown.1.0.0
stog_multi_doc
stog_multi_doc.1.0.0
stog_nocaml
stog_nocaml.1.0.0
stog_noexec
stog_noexec.1.0.0
stog_plugins
stog_plugins.1.0.0
stog_rdf
stog_rdf.1.0.0
stog_rel_href
stog_rel_href.1.0.0
stog_server
stog_server.1.0.0
stog_server_multi
stog_server_multi.1.0.0
stog_sitemap
stog_sitemap.1.0.0
stog_writing
stog_writing.1.0.0
+54
packages/stog/stog.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Static web site compiler, able to handle blog posts as well as regular pages or any XML document in general"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "5.0.0"}
+
"dune-build-info" {>= "2.9.1"}
+
"dune-site" {>= "2.9.1"}
+
"fmt" {>= "0.9.0"}
+
"higlo" {>= "0.9"}
+
"logs" {>= "0.7.0"}
+
"lwt" {>= "5.7.0"}
+
"lwt_ppx" {>= "2.1.0"}
+
"menhir" {>= "20231231"}
+
"ocf" {>= "0.8.0"}
+
"ocf_ppx" {>= "0.8.0"}
+
"ppx_blob" {>= "0.7.2"}
+
"ptime" {>= "1.1.0"}
+
"uri" {>= "4.4.0"}
+
"uutf" {>= "1.0.3"}
+
"xtmpl" {>= "0.19.0"}
+
"xtmpl_ppx" {>= "0.19.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+40
packages/stog_all/stog_all.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Virtual package to install all Stog libraries, tools and plugins"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"stog_server" {= version}
+
"stog_server_multi" {= version}
+
"stog_plugins" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+37
packages/stog_asy/stog_asy.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to include Asymptote results in documents"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+37
packages/stog_dot/stog_dot.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to generate and include graphviz graphs in documents"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+37
packages/stog_extern/stog_extern.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to pipe documents in external commands"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+38
packages/stog_markdown/stog_markdown.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to use markdown syntax"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"omd" {>= "1.9.9"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+37
packages/stog_multi_doc/stog_multi_doc.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to define various documents in one file"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+37
packages/stog_nocaml/stog_nocaml.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to block commands executing ocaml code"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+37
packages/stog_noexec/stog_noexec.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to prevent running command with <exec>"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+49
packages/stog_plugins/stog_plugins.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Virtual package to install all Stog plugins"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog_asy" {= version}
+
"stog_dot" {= version}
+
"stog_extern" {= version}
+
"stog_markdown" {= version}
+
"stog_multi_doc" {= version}
+
"stog_nocaml" {= version}
+
"stog_noexec" {= version}
+
"stog_rel_href" {= version}
+
"stog_sitemap" {= version}
+
"stog_writing" {= version}
+
"odoc" {with-doc}
+
]
+
depopts: [
+
"stog_rdf" {= version}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+38
packages/stog_rdf/stog_rdf.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to generate rdf triples and execute sparql queries"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"rdf" {>= "1.0.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+37
packages/stog_rel_href/stog_rel_href.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to generate relative urls"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+45
packages/stog_server/stog_server.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog server library"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"conduit-lwt-unix" {>= "6.2.1"}
+
"cryptokit" {>= "1.19"}
+
"ppx_deriving_yojson" {>= "3.7.0"}
+
"ojs_base_all" {>= "0.7.0"}
+
"websocket" {>= "2.16"}
+
"xmldiff" {>= "0.7.0"}
+
"xmldiff_js" {>= "0.7.0"}
+
"xtmpl_js" {>= "0.19.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+39
packages/stog_server_multi/stog_server_multi.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog multi server library"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"stog_server" {= version}
+
"ojs_base_ppx" {>= "0.7.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+37
packages/stog_sitemap/stog_sitemap.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to generate a sitemap file"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}
+37
packages/stog_writing/stog_writing.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Stog plugin to generate table of contents and bibliographies"
+
maintainer: "zoggy@bat8.org"
+
authors: "Zoggy <zoggy@bat8.org>"
+
license: "GPL-3.0-only"
+
homepage: "https://www.good-eris.net/stog/"
+
doc: "https://www.good-eris.net/stog/doc.html"
+
bug-reports: "https://framagit.org/zoggy/stog/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"stog" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://framagit.org/zoggy/stog.git"
+
url {
+
src: "https://framagit.org/zoggy/stog/-/archive/1.0.0/stog-1.0.0.tar.gz"
+
checksum: [
+
"md5=e9ce23a296e6309688a2d459fcbf9320"
+
"sha512=eeffb8957436879409d66138941770d5a7941cbb89d138f78b6ab35d4b8c198886e559ec4af026256b03da732f897306eda59fcd5b93ece5907a144321419d4e"
+
]
+
}