opam-version: "2.0" synopsis: "YOCaml Unix runtime" maintainer: "xhtmlboi@gmail.com" authors: [ "The XHTMLBoy " "Pierre Ruyter " ] build: [ [ "dune" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs ] [ "dune" "runtest" "-p" name ] {with-test} [ "dune" "build" "@doc" "-p" name ] {with-doc} ] license: "GPL-3.0-or-later" tags: [ "shell" "bin" "make" "static" "blog" "generator" ] homepage: "https://github.com/xhtmlboi/yocaml" dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" bug-reports: "https://github.com/xhtmlboi/yocaml/issues" depends: [ "ocaml" { >= "4.11.1" } "dune" { >= "2.8" } "odoc" {with-doc} "preface" { = "1.0.0" } "cryptokit" { >= "1.16.1" } "logs" {>= "0.7.0" } "conduit-lwt" { >= "4.0.0" } "cohttp-lwt-unix" { >= "4.0.0" } "lwt" {>="5.3.0"} "yocaml" {= version} ] url { src: "https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz" checksum: [ "sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72" "sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224" ] } x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"