opam-version: "2.0" synopsis: "The Unix runtime for YOCaml" maintainer: ["The XHTMLBoy "] authors: ["The XHTMLBoy "] license: "GPL-3.0-or-later" homepage: "https://github.com/xhtmlboi/yocaml" bug-reports: "https://github.com/xhtmlboi/yocaml/issues" depends: [ "ocaml" {>= "5.1.1"} "dune" {>= "3.14"} "ppx_expect" "mdx" {with-test & = "2.4.1"} "httpcats" {>= "0.0.1"} "yocaml" {= version} "yocaml_runtime" {= version} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" url { src: "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.1/yocaml-2.0.1.tbz" checksum: [ "sha256=cde46c80549a7d585281fcfd1ac30e9fc04137f48512744bc6fcbde449cf265c" "sha512=ca8eaa42c6edee34e433093e18a8b66e4cf3b937f5c65c0eb50a53cc59fea260b9929ce25231fe60dafb69d469bde474ae86450addc9e6844031329ff28c7e7e" ] } x-commit-hash: "54aedd7b6f0874ff549dc323aa12015a0915380a"