this repo has no description
0
fork

Configure Feed

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

Merge pull request #26667 from xvw/release-yocaml-v2.0.0

[new release] yocaml (12 packages) (2.0.0)

authored by

Calascibetta Romain and committed by
GitHub
7dd379b7 ee4414a0

+508
+48
packages/yocaml/yocaml.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Core engine of the YOCaml Static Site Generator" 3 + description: "YOCaml is a build system dedicated to generate static document" 4 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 6 + license: "GPL-3.0-or-later" 7 + homepage: "https://github.com/xhtmlboi/yocaml" 8 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 9 + depends: [ 10 + "ocaml" {>= "5.1.1" & < "5.3"} 11 + "dune" {>= "3.14" & >= "3.0.0"} 12 + "odoc" {with-doc} 13 + "sherlodoc" {with-doc} 14 + "fmt" {with-test} 15 + "alcotest" {with-test & >= "1.3.0"} 16 + "qcheck" {with-test} 17 + "qcheck-alcotest" {with-test} 18 + "ppx_expect" 19 + "mdx" {with-test & = "2.4.1"} 20 + "ocamlformat" {with-dev-setup} 21 + "ocp-indent" {with-dev-setup} 22 + "merlin" {with-dev-setup} 23 + "utop" {with-dev-setup} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 40 + url { 41 + src: 42 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 43 + checksum: [ 44 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 45 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 46 + ] 47 + } 48 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+41
packages/yocaml_cmarkit/yocaml_cmarkit.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Yocaml plugin for using Markdown (via Cmarkit package) as a Markup language" 4 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 6 + license: "GPL-3.0-or-later" 7 + homepage: "https://github.com/xhtmlboi/yocaml" 8 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 9 + depends: [ 10 + "ocaml" {>= "5.1.1"} 11 + "dune" {>= "3.14" & >= "3.0.0"} 12 + "ppx_expect" 13 + "mdx" {with-test & = "2.4.1"} 14 + "yocaml" {= version} 15 + "cmarkit" 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 33 + url { 34 + src: 35 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 36 + checksum: [ 37 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 38 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 39 + ] 40 + } 41 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+43
packages/yocaml_eio/yocaml_eio.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "The Eio runtime YOCaml" 3 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 4 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + license: "GPL-3.0-or-later" 6 + homepage: "https://github.com/xhtmlboi/yocaml" 7 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 8 + depends: [ 9 + "ocaml" {>= "5.1.1"} 10 + "dune" {>= "3.14" & >= "3.0.0"} 11 + "ppx_expect" 12 + "mdx" {with-test & = "2.4.1"} 13 + "yocaml" {= version} 14 + "yocaml_runtime" {= version} 15 + "eio" {= "1.1"} 16 + "eio_main" {= "1.1"} 17 + "cohttp-eio" {= "6.0.0~beta2"} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 35 + url { 36 + src: 37 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 38 + checksum: [ 39 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 40 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 41 + ] 42 + } 43 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+47
packages/yocaml_git/yocaml_git.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Yocaml plugins for generating Yocaml program into a Git repository" 4 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 6 + license: "GPL-3.0-or-later" 7 + homepage: "https://github.com/xhtmlboi/yocaml" 8 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 9 + depends: [ 10 + "ocaml" {>= "5.1.1"} 11 + "dune" {>= "3.14" & >= "3.0.0"} 12 + "ppx_expect" 13 + "mdx" {with-test & = "2.4.1"} 14 + "lwt" {>= "5.7.0"} 15 + "mimic" {>= "0.0.9"} 16 + "cstruct" {>= "6.2.0"} 17 + "git-kv" {>= "0.0.5"} 18 + "git-unix" {>= "3.16.1"} 19 + "mirage-clock" {>= "4.2.0"} 20 + "yocaml" {= version} 21 + "yocaml_runtime" {= version} 22 + "odoc" {with-doc} 23 + ] 24 + build: [ 25 + ["dune" "subst"] {dev} 26 + [ 27 + "dune" 28 + "build" 29 + "-p" 30 + name 31 + "-j" 32 + jobs 33 + "@install" 34 + "@runtest" {with-test} 35 + "@doc" {with-doc} 36 + ] 37 + ] 38 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 39 + url { 40 + src: 41 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 42 + checksum: [ 43 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 44 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 45 + ] 46 + } 47 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+40
packages/yocaml_jingoo/yocaml_jingoo.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Yocaml plugin for using Jingoo as a template language" 3 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 4 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + license: "GPL-3.0-or-later" 6 + homepage: "https://github.com/xhtmlboi/yocaml" 7 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 8 + depends: [ 9 + "ocaml" {>= "5.1.1"} 10 + "dune" {>= "3.14" & >= "3.0.0"} 11 + "ppx_expect" 12 + "mdx" {with-test & = "2.4.1"} 13 + "yocaml" {= version} 14 + "jingoo" {>= "1.5.0"} 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 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 32 + url { 33 + src: 34 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 35 + checksum: [ 36 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 37 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 38 + ] 39 + } 40 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+40
packages/yocaml_mustache/yocaml_mustache.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Yocaml plugin for using Mustache as a template language" 3 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 4 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + license: "GPL-3.0-or-later" 6 + homepage: "https://github.com/xhtmlboi/yocaml" 7 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 8 + depends: [ 9 + "ocaml" {>= "5.1.1"} 10 + "dune" {>= "3.14" & >= "3.0.0"} 11 + "ppx_expect" 12 + "mdx" {with-test & = "2.4.1"} 13 + "yocaml" {= version} 14 + "mustache" {= "3.3.0"} 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 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 32 + url { 33 + src: 34 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 35 + checksum: [ 36 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 37 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 38 + ] 39 + } 40 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+41
packages/yocaml_omd/yocaml_omd.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Yocaml plugin for using Markdown (via OMD package) as a Markup language" 4 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 6 + license: "GPL-3.0-or-later" 7 + homepage: "https://github.com/xhtmlboi/yocaml" 8 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 9 + depends: [ 10 + "ocaml" {>= "5.1.1"} 11 + "dune" {>= "3.14" & >= "3.0.0"} 12 + "ppx_expect" 13 + "mdx" {with-test & = "2.4.1"} 14 + "yocaml" {= version} 15 + "omd" {>= "2.0.0~alpha4"} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 33 + url { 34 + src: 35 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 36 + checksum: [ 37 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 38 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 39 + ] 40 + } 41 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+40
packages/yocaml_otoml/yocaml_otoml.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Yocaml plugin for dealing with TOML as metadata provider" 3 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 4 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + license: "GPL-3.0-or-later" 6 + homepage: "https://github.com/xhtmlboi/yocaml" 7 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 8 + depends: [ 9 + "ocaml" {>= "5.1.1"} 10 + "dune" {>= "3.14" & >= "3.0.0"} 11 + "ppx_expect" 12 + "mdx" {with-test & = "2.4.1"} 13 + "yocaml" {= version} 14 + "otoml" {>= "1.0.5"} 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 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 32 + url { 33 + src: 34 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 35 + checksum: [ 36 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 37 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 38 + ] 39 + } 40 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+44
packages/yocaml_runtime/yocaml_runtime.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Tool for describing runtimes (using Logs and Digestif)" 3 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 4 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + license: "GPL-3.0-or-later" 6 + homepage: "https://github.com/xhtmlboi/yocaml" 7 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 8 + depends: [ 9 + "ocaml" {>= "5.1.1"} 10 + "dune" {>= "3.14" & >= "3.0.0"} 11 + "ppx_expect" 12 + "mdx" {with-test & = "2.4.1"} 13 + "yocaml" {= version} 14 + "cohttp" {>= "5.3.11"} 15 + "magic-mime" {>= "1.3.1"} 16 + "logs" {>= "0.7.0"} 17 + "fmt" {>= "0.9.0"} 18 + "digestif" {>= "1.2.0"} 19 + "odoc" {with-doc} 20 + ] 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 36 + url { 37 + src: 38 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 39 + checksum: [ 40 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 41 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 42 + ] 43 + } 44 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+43
packages/yocaml_syndication/yocaml_syndication.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Yocaml plugin for dealing with RSS and Atom feed" 3 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 4 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + license: "GPL-3.0-or-later" 6 + homepage: "https://github.com/xhtmlboi/yocaml" 7 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 8 + depends: [ 9 + "ocaml" {>= "5.1.1"} 10 + "dune" {>= "3.14" & >= "3.0.0"} 11 + "yocaml" {= version} 12 + "fmt" {with-test} 13 + "alcotest" {with-test} 14 + "qcheck" {with-test} 15 + "qcheck-alcotest" {with-test} 16 + "ppx_expect" 17 + "mdx" {with-test & = "2.4.1"} 18 + "odoc" {with-doc} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 35 + url { 36 + src: 37 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 38 + checksum: [ 39 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 40 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 41 + ] 42 + } 43 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+41
packages/yocaml_unix/yocaml_unix.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "The Unix runtime for YOCaml" 3 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 4 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + license: "GPL-3.0-or-later" 6 + homepage: "https://github.com/xhtmlboi/yocaml" 7 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 8 + depends: [ 9 + "ocaml" {>= "5.1.1"} 10 + "dune" {>= "3.14" & >= "3.0.0"} 11 + "ppx_expect" 12 + "mdx" {with-test & = "2.4.1"} 13 + "httpcats" {>= "0.0.1"} 14 + "yocaml" {= version} 15 + "yocaml_runtime" {= version} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 33 + url { 34 + src: 35 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 36 + checksum: [ 37 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 38 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 39 + ] 40 + } 41 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"
+40
packages/yocaml_yaml/yocaml_yaml.2.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Yocaml plugin for dealing with Yaml as metadata provider" 3 + maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 4 + authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5 + license: "GPL-3.0-or-later" 6 + homepage: "https://github.com/xhtmlboi/yocaml" 7 + bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 8 + depends: [ 9 + "ocaml" {>= "5.1.1"} 10 + "dune" {>= "3.14" & >= "3.0.0"} 11 + "ppx_expect" 12 + "mdx" {with-test & = "2.4.1"} 13 + "yocaml" {= version} 14 + "yaml" {>= "3.2.0"} 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 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 32 + url { 33 + src: 34 + "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 35 + checksum: [ 36 + "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 37 + "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 38 + ] 39 + } 40 + x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"