this repo has no description
1opam-version: "2.0"
2synopsis: "YOCaml Runtime using Git as target"
3maintainer: "xhtmlboi@gmail.com"
4authors: [
5 "The XHTMLBoy <xhtmlboi@gmail.com>"
6 "Xavier Van de Woestyne <xaviervdw@gmail.com>"
7]
8
9build: [
10 [ "dune" "subst" ] {dev}
11 [ "dune" "build" "-p" name "-j" jobs ]
12 [ "dune" "runtest" "-p" name ] {with-test}
13 [ "dune" "build" "@doc" "-p" name ] {with-doc}
14]
15
16license: "GPL-3.0-or-later"
17tags: [ "shell" "bin" "make" "static" "blog" "generator" ]
18homepage: "https://github.com/xhtmlboi/yocaml"
19dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
20bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
21
22depends: [
23 "ocaml" { >= "4.11.1" }
24 "dune" { >= "2.8" }
25 "odoc" {with-doc}
26 "preface" { = "1.0.0" }
27 "lwt" { >= "5.4.2" }
28 "git-kv" { >= "0.0.3" & < "0.1.3"}
29 "git-unix"
30 "mirage-clock"
31 "yocaml" {= version}
32]
33url {
34 src:
35 "https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz"
36 checksum: [
37 "sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72"
38 "sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224"
39 ]
40}
41x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"