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" & >= "3.0.0"} "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.0/yocaml-2.0.0.tbz" checksum: [ "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" ] } x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"