this repo has no description
1opam-version: "2.0" 2synopsis: "Tool for describing runtimes (using Logs and Digestif)" 3maintainer: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 4authors: ["The XHTMLBoy <xhtmlboi@gmail.com>"] 5license: "GPL-3.0-or-later" 6homepage: "https://github.com/xhtmlboi/yocaml" 7bug-reports: "https://github.com/xhtmlboi/yocaml/issues" 8depends: [ 9 "ocaml" {>= "5.1.1"} 10 "dune" {>= "3.14" & >= "3.0.0"} 11 "ppx_expect" 12 "mdx" {with-test & = "2.4.1"} 13 "yocaml" {= version} 14 "cohttp" {>= "5.3.11"} 15 "magic-mime" {>= "1.3.1"} 16 "logs" {>= "0.7.0"} 17 "fmt" {>= "0.9.0"} 18 "digestif" {>= "1.2.0"} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/xhtmlboi/yocaml.git" 36url { 37 src: 38 "https://github.com/xhtmlboi/yocaml/releases/download/v2.0.0/yocaml-2.0.0.tbz" 39 checksum: [ 40 "sha256=fddf61500e828ac88d86ba982084cc817299302082a6e797b36787ff18235ec2" 41 "sha512=8b71a8cecd3e101df55eef0bba7a24d4dde9d66b5ecedd9f6d55834fcdc8d33fd875092ca73a398e1715664caee06cdc1bdb1b4da85bff0a687faac5c0445023" 42 ] 43} 44x-commit-hash: "ff83a5e53e2a492cf782ee3296feb7119605e151"