this repo has no description
1opam-version: "2.0"
2synopsis: "Core engine of the YOCaml Static Site Generator"
3description: "YOCaml is a build system dedicated to generate static document"
4maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"]
5authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"]
6license: "GPL-3.0-or-later"
7homepage: "https://github.com/xhtmlboi/yocaml"
8bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
9depends: [
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]
25build: [
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]
39dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
40url {
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}
48x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"