this repo has no description
1opam-version: "2.0" 2synopsis: "YOCaml It is a static site generator, mostly written in OCaml" 3maintainer: "xhtmlboi@gmail.com" 4authors: [ "The XHTMLBoy <xhtmlboi@gmail.com>" ] 5 6build-env: OCAMLPARAM = "_,w=-46,keywords=5.2" 7build: [ 8 [ "dune" "subst" ] {dev} 9 [ "dune" "build" "-p" name "-j" jobs ] 10 [ "dune" "runtest" "-p" name ] {with-test} 11 [ "dune" "build" "@doc" "-p" name ] {with-doc} 12] 13 14license: "GPL-3.0-or-later" 15tags: [ "shell" "bin" "make" "static" "blog" "generator" ] 16homepage: "https://github.com/xhtmlboi/yocaml" 17dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 18bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 19 20depends: [ 21 "ocaml" { >= "4.11.1" } 22 "dune" { >= "2.8" } 23 "odoc" {with-doc} 24 "alcotest" {with-test} 25 "preface" { = "1.0.0"} 26] 27conflicts: [ 28 "ocaml-variants" {= "4.12.0+domains+effects" | = "5.1.1+effect-syntax"} 29 "ocaml-compiler" {= "5.3.0~alpha1"} 30] 31url { 32 src: 33 "https://github.com/xhtmlboi/yocaml/releases/download/v1.0.0/yocaml-1.0.0.tbz" 34 checksum: [ 35 "sha256=cfd4291358e4bd9a90c5926bbb770b898c30ce7c25ce02bb9548803392d16d72" 36 "sha512=57ae20ea44c7ff456c647e883eb9649c77f8786b895cd5318e617e836340f0a0631cba2234a5e5e2b7565e862a0085efba98b001e5ddb7ba51b2f557e47a4224" 37 ] 38} 39x-commit-hash: "ec0fa3efa1537f90f24f07b77e4d2aaec23ae9d1"