this repo has no description
1opam-version: "2.0" 2synopsis: "YOCaml Unix runtime" 3maintainer: "xhtmlboi@gmail.com" 4authors: [ 5 "The XHTMLBoy <xhtmlboi@gmail.com>" 6 "Pierre Ruyter <grimfw@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 "cryptokit" { >= "1.16.1" } 28 "logs" {>= "0.7.0" } 29 "conduit-lwt" { >= "4.0.0" } 30 "cohttp-lwt-unix" { >= "4.0.0" } 31 "lwt" {>="5.3.0"} 32 "yocaml" {= version} 33] 34url { 35 src: 36 "https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz" 37 checksum: [ 38 "sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72" 39 "sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224" 40 ] 41} 42x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"