this repo has no description
1opam-version: "2.0"
2synopsis: "The Eio runtime YOCaml"
3maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"]
4authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"]
5license: "GPL-3.0-or-later"
6homepage: "https://github.com/xhtmlboi/yocaml"
7bug-reports: "https://github.com/xhtmlboi/yocaml/issues"
8depends: [
9 "dune" {>= "3.14"}
10 "ocaml" {>= "5.1.1"}
11 "ppx_expect"
12 "mdx" {with-test & = "2.5.0"}
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]
20build: [
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]
34dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
35url {
36 src:
37 "https://github.com/xhtmlboi/yocaml/releases/download/v2.1.0/yocaml-2.1.0.tbz"
38 checksum: [
39 "sha256=e5ab173efd4c356dfee3e9af2165762ec4f1b5d38bdf1000d13e5eb6f18edbae"
40 "sha512=77ce2f269a6058c91ed75dee164cf9073147aa5d48c5dbdb2d6b282fc184d3a9b8155e772dd24acb8c0618ef7e47c0222bf65e13ecc3e08fab87351ea4f27192"
41 ]
42}
43x-commit-hash: "1fbb78d2b5f872909d236851e55cf9cb78310384"