this repo has no description

Merge pull request #24798 from dinosaure/release-yocaml-v1.0.0

[new release] yocaml (9 packages) (1.0.0)

Changed files
+346
packages
yocaml
yocaml.1.0.0
yocaml_cmark
yocaml_cmark.1.0.0
yocaml_git
yocaml_git.1.0.0
yocaml_jingoo
yocaml_jingoo.1.0.0
yocaml_markdown
yocaml_markdown.1.0.0
yocaml_mustache
yocaml_mustache.1.0.0
yocaml_syndication
yocaml_syndication.1.0.0
yocaml_unix
yocaml_unix.1.0.0
yocaml_yaml
yocaml_yaml.1.0.0
+34
packages/yocaml/yocaml.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "YOCaml It is a static site generator, mostly written in OCaml"
+
maintainer: "xhtmlboi@gmail.com"
+
authors: [ "The XHTMLBoy <xhtmlboi@gmail.com>" ]
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name ] {with-test}
+
[ "dune" "build" "@doc" "-p" name ] {with-doc}
+
]
+
+
license: "GPL-3.0-or-later"
+
tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
+
homepage: "https://github.com/xhtmlboi/yocaml"
+
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
+
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
+
+
depends: [
+
"ocaml" { >= "4.11.1" }
+
"dune" { >= "2.8" }
+
"odoc" {with-doc}
+
"alcotest" {with-test}
+
"preface" { >= "1.0.0"}
+
]
+
url {
+
src:
+
"https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
+
checksum: [
+
"sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
+
"sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
+
]
+
}
+
x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"
+38
packages/yocaml_cmark/yocaml_cmark.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "YOCaml Common Mark processor"
+
maintainer: "xhtmlboi@gmail.com"
+
authors: [
+
"The XHTMLBoy <xhtmlboi@gmail.com>"
+
"Pierre Ruyter <grimfw@gmail.com>"
+
]
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name ] {with-test}
+
[ "dune" "build" "@doc" "-p" name ] {with-doc}
+
]
+
+
license: "GPL-3.0-or-later"
+
tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
+
homepage: "https://github.com/xhtmlboi/yocaml"
+
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
+
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
+
+
depends: [
+
"ocaml" { >= "4.14.0" }
+
"dune" { >= "2.8" }
+
"odoc" {with-doc}
+
"preface" { >= "1.0.0" }
+
"cmarkit"
+
"yocaml" {= version}
+
]
+
url {
+
src:
+
"https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
+
checksum: [
+
"sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
+
"sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
+
]
+
}
+
x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"
+41
packages/yocaml_git/yocaml_git.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "YOCaml Runtime using Git as target"
+
maintainer: "xhtmlboi@gmail.com"
+
authors: [
+
"The XHTMLBoy <xhtmlboi@gmail.com>"
+
"Xavier Van de Woestyne <xaviervdw@gmail.com>"
+
]
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name ] {with-test}
+
[ "dune" "build" "@doc" "-p" name ] {with-doc}
+
]
+
+
license: "GPL-3.0-or-later"
+
tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
+
homepage: "https://github.com/xhtmlboi/yocaml"
+
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
+
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
+
+
depends: [
+
"ocaml" { >= "4.11.1" }
+
"dune" { >= "2.8" }
+
"odoc" {with-doc}
+
"preface" { >= "1.0.0" }
+
"lwt" { >= "5.4.2" }
+
"git-kv" { >= "0.0.3" }
+
"git-unix"
+
"mirage-clock"
+
"yocaml" {= version}
+
]
+
url {
+
src:
+
"https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
+
checksum: [
+
"sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
+
"sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
+
]
+
}
+
x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"
+38
packages/yocaml_jingoo/yocaml_jingoo.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Deal with Jingoo in YOCaml"
+
maintainer: "xhtmlboi@gmail.com"
+
authors: [
+
"The XHTMLBoy <xhtmlboi@gmail.com>"
+
"Pierre Ruyter <grimfw@gmail.com>"
+
]
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name ] {with-test}
+
[ "dune" "build" "@doc" "-p" name ] {with-doc}
+
]
+
+
license: "GPL-3.0-or-later"
+
tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
+
homepage: "https://github.com/xhtmlboi/yocaml"
+
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
+
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
+
+
depends: [
+
"ocaml" { >= "4.11.1" }
+
"dune" { >= "2.8" }
+
"odoc" {with-doc}
+
"preface" { >= "1.0.0"}
+
"jingoo" { >= "1.4.3" }
+
"yocaml" {= version}
+
]
+
url {
+
src:
+
"https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
+
checksum: [
+
"sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
+
"sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
+
]
+
}
+
x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"
+38
packages/yocaml_markdown/yocaml_markdown.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "YOCaml Markdown processor"
+
maintainer: "xhtmlboi@gmail.com"
+
authors: [
+
"The XHTMLBoy <xhtmlboi@gmail.com>"
+
"Pierre Ruyter <grimfw@gmail.com>"
+
]
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name ] {with-test}
+
[ "dune" "build" "@doc" "-p" name ] {with-doc}
+
]
+
+
license: "GPL-3.0-or-later"
+
tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
+
homepage: "https://github.com/xhtmlboi/yocaml"
+
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
+
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
+
+
depends: [
+
"ocaml" { >= "4.11.1" }
+
"dune" { >= "2.8" }
+
"odoc" {with-doc}
+
"preface" { >= "1.0.0" }
+
"omd" { >= "1.3.1" }
+
"yocaml" {= version}
+
]
+
url {
+
src:
+
"https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
+
checksum: [
+
"sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
+
"sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
+
]
+
}
+
x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"
+38
packages/yocaml_mustache/yocaml_mustache.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Deal with Mustache in YOCaml"
+
maintainer: "xhtmlboi@gmail.com"
+
authors: [
+
"The XHTMLBoy <xhtmlboi@gmail.com>"
+
"Pierre Ruyter <grimfw@gmail.com>"
+
]
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name ] {with-test}
+
[ "dune" "build" "@doc" "-p" name ] {with-doc}
+
]
+
+
license: "GPL-3.0-or-later"
+
tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
+
homepage: "https://github.com/xhtmlboi/yocaml"
+
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
+
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
+
+
depends: [
+
"ocaml" { >= "4.11.1" }
+
"dune" { >= "2.8" }
+
"odoc" {with-doc}
+
"preface" { >= "1.0.0" }
+
"mustache" { >= "3.1.0" }
+
"yocaml" {= version}
+
]
+
url {
+
src:
+
"https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
+
checksum: [
+
"sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
+
"sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
+
]
+
}
+
x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"
+37
packages/yocaml_syndication/yocaml_syndication.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "YOCaml Syndication"
+
maintainer: "xhtmlboi@gmail.com"
+
authors: [
+
"The XHTMLBoy <xhtmlboi@gmail.com>"
+
"Xavier Van de Woestyne <xaviervdw@gmail.com>"
+
]
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name ] {with-test}
+
[ "dune" "build" "@doc" "-p" name ] {with-doc}
+
]
+
+
license: "GPL-3.0-or-later"
+
tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
+
homepage: "https://github.com/xhtmlboi/yocaml"
+
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
+
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
+
+
depends: [
+
"ocaml" { >= "4.11.1" }
+
"dune" { >= "2.8" }
+
"odoc" {with-doc}
+
"syndic" { >= "1.6.1"}
+
"yocaml" {= version}
+
]
+
url {
+
src:
+
"https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
+
checksum: [
+
"sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
+
"sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
+
]
+
}
+
x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"
+42
packages/yocaml_unix/yocaml_unix.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "YOCaml Unix runtime"
+
maintainer: "xhtmlboi@gmail.com"
+
authors: [
+
"The XHTMLBoy <xhtmlboi@gmail.com>"
+
"Pierre Ruyter <grimfw@gmail.com>"
+
]
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name ] {with-test}
+
[ "dune" "build" "@doc" "-p" name ] {with-doc}
+
]
+
+
license: "GPL-3.0-or-later"
+
tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
+
homepage: "https://github.com/xhtmlboi/yocaml"
+
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
+
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
+
+
depends: [
+
"ocaml" { >= "4.11.1" }
+
"dune" { >= "2.8" }
+
"odoc" {with-doc}
+
"preface" { >= "1.0.0" }
+
"cryptokit" { >= "1.16.1" }
+
"logs" {>= "0.7.0" }
+
"conduit-lwt" { >= "4.0.0" }
+
"cohttp-lwt-unix" { >= "4.0.0" }
+
"lwt" {>="5.3.0"}
+
"yocaml" {= version}
+
]
+
url {
+
src:
+
"https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
+
checksum: [
+
"sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
+
"sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
+
]
+
}
+
x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"
+40
packages/yocaml_yaml/yocaml_yaml.1.0.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Deal with Yaml in YOCaml"
+
maintainer: "xhtmlboi@gmail.com"
+
authors: [
+
"The XHTMLBoy <xhtmlboi@gmail.com>"
+
"Pierre Ruyter <grimfw@gmail.com>"
+
]
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name ] {with-test}
+
[ "dune" "build" "@doc" "-p" name ] {with-doc}
+
]
+
+
license: "GPL-3.0-or-later"
+
tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
+
homepage: "https://github.com/xhtmlboi/yocaml"
+
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
+
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
+
+
depends: [
+
"ocaml" { >= "4.11.1" }
+
"dune" { >= "2.8" }
+
"odoc" {with-doc}
+
"preface" { >= "1.0.0" }
+
"yaml" { >= "2.1.0" }
+
"yocaml" {= version}
+
"alcotest" {with-test}
+
]
+
conflicts: [ "result" {< "1.5"} ]
+
url {
+
src:
+
"https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
+
checksum: [
+
"sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
+
"sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
+
]
+
}
+
x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"