this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Yocaml plugins for generating Yocaml program into a Git repository"
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"}
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]
24build: [
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]
38dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
39url {
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}
47x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"