Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions packages/yocaml/yocaml.2.7.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
opam-version: "2.0"
synopsis: "Core engine of the YOCaml Static Site Generator"
description: "YOCaml is a build system dedicated to generate static document"
maintainer: ["The XHTMLBoy <[email protected]>"]
authors: ["The XHTMLBoy <[email protected]>"]
license: "GPL-3.0-or-later"
homepage: "https://github.com/xhtmlboi/yocaml"
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"dune" {>= "3.18"}
"ocaml" {>= "5.1.1"}
"logs" {>= "0.7.0"}
"odoc" {with-doc}
"sherlodoc" {with-doc}
"fmt" {with-test}
"alcotest" {with-test & >= "1.3.0"}
"qcheck" {with-test}
"qcheck-alcotest" {with-test}
"ppx_expect"
"mdx" {with-test & >= "2.5.0"}
"ocamlformat" {with-dev-setup}
"ocp-indent" {with-dev-setup}
"merlin" {with-dev-setup}
"utop" {with-dev-setup}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/xhtmlboi/yocaml/releases/download/v2.7.0/yocaml-2.7.0.tbz"
checksum: [
"sha256=89a74bd5cb37e580e45e4ed3d43b07b2cca5af9ab7f98966c48fe9730dc4af2e"
"sha512=ae77555570320c28c47d748e75056ccc44bb43cddf6fef70e8b556254fd809d67b915b313bd1833c28581db1fdeefbe34e81d5548744d6ecabe466ee1ef6284c"
]
}
x-commit-hash: "ccecea1e1a3dde2888c40fb7e5248b069c8d209d"
42 changes: 42 additions & 0 deletions packages/yocaml_cmarkit/yocaml_cmarkit.2.7.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
synopsis:
"Yocaml plugin for using Markdown (via Cmarkit package) as a Markup language"
maintainer: ["The XHTMLBoy <[email protected]>"]
authors: ["The XHTMLBoy <[email protected]>"]
license: "GPL-3.0-or-later"
homepage: "https://github.com/xhtmlboi/yocaml"
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"dune" {>= "3.18"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & >= "2.5.0"}
"yocaml" {= version}
"cmarkit"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/xhtmlboi/yocaml/releases/download/v2.7.0/yocaml-2.7.0.tbz"
checksum: [
"sha256=89a74bd5cb37e580e45e4ed3d43b07b2cca5af9ab7f98966c48fe9730dc4af2e"
"sha512=ae77555570320c28c47d748e75056ccc44bb43cddf6fef70e8b556254fd809d67b915b313bd1833c28581db1fdeefbe34e81d5548744d6ecabe466ee1ef6284c"
]
}
x-commit-hash: "ccecea1e1a3dde2888c40fb7e5248b069c8d209d"
44 changes: 44 additions & 0 deletions packages/yocaml_eio/yocaml_eio.2.7.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "The Eio runtime YOCaml"
maintainer: ["The XHTMLBoy <[email protected]>"]
authors: ["The XHTMLBoy <[email protected]>"]
license: "GPL-3.0-or-later"
homepage: "https://github.com/xhtmlboi/yocaml"
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"dune" {>= "3.18"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & >= "2.5.0"}
"yocaml" {= version}
"yocaml_runtime" {= version}
"eio" {>= "1.1"}
"eio_main" {>= "1.1"}
"cohttp-eio" {>= "6.0.0~beta2"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/xhtmlboi/yocaml/releases/download/v2.7.0/yocaml-2.7.0.tbz"
checksum: [
"sha256=89a74bd5cb37e580e45e4ed3d43b07b2cca5af9ab7f98966c48fe9730dc4af2e"
"sha512=ae77555570320c28c47d748e75056ccc44bb43cddf6fef70e8b556254fd809d67b915b313bd1833c28581db1fdeefbe34e81d5548744d6ecabe466ee1ef6284c"
]
}
x-commit-hash: "ccecea1e1a3dde2888c40fb7e5248b069c8d209d"
49 changes: 49 additions & 0 deletions packages/yocaml_git/yocaml_git.2.7.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
opam-version: "2.0"
synopsis:
"Yocaml plugins for generating Yocaml program into a Git repository"
maintainer: ["The XHTMLBoy <[email protected]>"]
authors: ["The XHTMLBoy <[email protected]>"]
license: "GPL-3.0-or-later"
homepage: "https://github.com/xhtmlboi/yocaml"
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"dune" {>= "3.18"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & >= "2.5.0"}
"lwt" {>= "5.7.0"}
"mimic" {>= "0.0.9"}
"cstruct" {>= "6.2.0"}
"git-kv" {>= "0.2.0"}
"git-net" {>= "0.2.0"}
"mirage-clock" {>= "4.2.0"}
"mirage-crypto-rng" {>= "1.2.0"}
"yocaml" {= version}
"yocaml_runtime" {= version}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/xhtmlboi/yocaml/releases/download/v2.7.0/yocaml-2.7.0.tbz"
checksum: [
"sha256=89a74bd5cb37e580e45e4ed3d43b07b2cca5af9ab7f98966c48fe9730dc4af2e"
"sha512=ae77555570320c28c47d748e75056ccc44bb43cddf6fef70e8b556254fd809d67b915b313bd1833c28581db1fdeefbe34e81d5548744d6ecabe466ee1ef6284c"
]
}
x-commit-hash: "ccecea1e1a3dde2888c40fb7e5248b069c8d209d"
41 changes: 41 additions & 0 deletions packages/yocaml_jingoo/yocaml_jingoo.2.7.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Yocaml plugin for using Jingoo as a template language"
maintainer: ["The XHTMLBoy <[email protected]>"]
authors: ["The XHTMLBoy <[email protected]>"]
license: "GPL-3.0-or-later"
homepage: "https://github.com/xhtmlboi/yocaml"
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"dune" {>= "3.18"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & >= "2.5.0"}
"yocaml" {= version}
"jingoo" {>= "1.5.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/xhtmlboi/yocaml/releases/download/v2.7.0/yocaml-2.7.0.tbz"
checksum: [
"sha256=89a74bd5cb37e580e45e4ed3d43b07b2cca5af9ab7f98966c48fe9730dc4af2e"
"sha512=ae77555570320c28c47d748e75056ccc44bb43cddf6fef70e8b556254fd809d67b915b313bd1833c28581db1fdeefbe34e81d5548744d6ecabe466ee1ef6284c"
]
}
x-commit-hash: "ccecea1e1a3dde2888c40fb7e5248b069c8d209d"
41 changes: 41 additions & 0 deletions packages/yocaml_liquid/yocaml_liquid.2.7.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Yocaml plugin for using Liquid as a template language"
maintainer: ["The XHTMLBoy <[email protected]>"]
authors: ["The XHTMLBoy <[email protected]>"]
license: "GPL-3.0-or-later"
homepage: "https://github.com/xhtmlboi/yocaml"
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"ocaml" {>= "5.1.1"}
"dune" {>= "3.18" & >= "3.18"}
"ppx_expect"
"mdx" {>= "2.5.0" & with-test}
"yocaml" {= version}
"liquid_ml" {>= "0.1.2"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/xhtmlboi/yocaml/releases/download/v2.7.0/yocaml-2.7.0.tbz"
checksum: [
"sha256=89a74bd5cb37e580e45e4ed3d43b07b2cca5af9ab7f98966c48fe9730dc4af2e"
"sha512=ae77555570320c28c47d748e75056ccc44bb43cddf6fef70e8b556254fd809d67b915b313bd1833c28581db1fdeefbe34e81d5548744d6ecabe466ee1ef6284c"
]
}
x-commit-hash: "ccecea1e1a3dde2888c40fb7e5248b069c8d209d"
44 changes: 44 additions & 0 deletions packages/yocaml_markdown/yocaml_markdown.2.7.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis:
"The recommended plugin for processing Markdown documents (based on Cmarkit)"
maintainer: ["The XHTMLBoy <[email protected]>"]
authors: ["The XHTMLBoy <[email protected]>"]
license: "GPL-3.0-or-later"
homepage: "https://github.com/xhtmlboi/yocaml"
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"dune" {>= "3.18"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & >= "2.5.0"}
"yocaml" {= version}
"cmarkit"
"hilite" {>= "0.5.0"}
"textmate-language"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/xhtmlboi/yocaml/releases/download/v2.7.0/yocaml-2.7.0.tbz"
checksum: [
"sha256=89a74bd5cb37e580e45e4ed3d43b07b2cca5af9ab7f98966c48fe9730dc4af2e"
"sha512=ae77555570320c28c47d748e75056ccc44bb43cddf6fef70e8b556254fd809d67b915b313bd1833c28581db1fdeefbe34e81d5548744d6ecabe466ee1ef6284c"
]
}
x-commit-hash: "ccecea1e1a3dde2888c40fb7e5248b069c8d209d"
41 changes: 41 additions & 0 deletions packages/yocaml_mustache/yocaml_mustache.2.7.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis: "Yocaml plugin for using Mustache as a template language"
maintainer: ["The XHTMLBoy <[email protected]>"]
authors: ["The XHTMLBoy <[email protected]>"]
license: "GPL-3.0-or-later"
homepage: "https://github.com/xhtmlboi/yocaml"
bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
depends: [
"dune" {>= "3.18"}
"ocaml" {>= "5.1.1"}
"ppx_expect"
"mdx" {with-test & >= "2.5.0"}
"yocaml" {= version}
"mustache" {>= "3.3.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
x-maintenance-intent: ["(latest)"]
url {
src:
"https://github.com/xhtmlboi/yocaml/releases/download/v2.7.0/yocaml-2.7.0.tbz"
checksum: [
"sha256=89a74bd5cb37e580e45e4ed3d43b07b2cca5af9ab7f98966c48fe9730dc4af2e"
"sha512=ae77555570320c28c47d748e75056ccc44bb43cddf6fef70e8b556254fd809d67b915b313bd1833c28581db1fdeefbe34e81d5548744d6ecabe466ee1ef6284c"
]
}
x-commit-hash: "ccecea1e1a3dde2888c40fb7e5248b069c8d209d"
Loading
Loading