this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Yocaml plugins for generating Yocaml program into a Git repository" 4maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 6license: "GPL-3.0-or-later" 7homepage: "https://github.com/xhtmlboi/yocaml" 8bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 9depends: [ 10 "dune" {>= "3.14"} 11 "ocaml" {>= "5.1.1"} 12 "ppx_expect" 13 "mdx" {with-test & = "2.5.0"} 14 "lwt" {>= "5.7.0"} 15 "mimic" {>= "0.0.9"} 16 "cstruct" {>= "6.2.0"} 17 "git-kv" {>= "0.1.3"} 18 "git-unix" {>= "3.16.1"} 19 "mirage-clock" {>= "4.2.0"} 20 "mirage-crypto-rng" {>= "2.0.0"} 21 "yocaml" {= version} 22 "yocaml_runtime" {= version} 23 "odoc" {with-doc} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 40url { 41 src: 42 "https://github.com/xhtmlboi/yocaml/releases/download/v2.2.0/yocaml-2.2.0.tbz" 43 checksum: [ 44 "sha256=967db87e63b7da8c3f127df5461eb86d0da9d41ef20e1957beacec9df5ec760c" 45 "sha512=930d98d22f19232b498a399e86c88a8ec87d49886eaeb1c296ff48b6d7f1da6c420c53472028410ef83d1914e8268924636353378b5e99bf0e93783769519c9f" 46 ] 47} 48x-commit-hash: "39ac1112c7186f1308b778d3cfc668645d05901f"