this repo has no description
1opam-version: "2.0"
2synopsis: "Yocaml plugin for dealing with TOML as metadata provider"
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 "dune" {>= "3.14"}
10 "ocaml" {>= "5.1.1"}
11 "ppx_expect"
12 "mdx" {with-test & = "2.5.0"}
13 "yocaml" {= version}
14 "otoml" {>= "1.0.5"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/xhtmlboi/yocaml.git"
32url {
33 src:
34 "https://github.com/xhtmlboi/yocaml/releases/download/v2.2.0/yocaml-2.2.0.tbz"
35 checksum: [
36 "sha256=967db87e63b7da8c3f127df5461eb86d0da9d41ef20e1957beacec9df5ec760c"
37 "sha512=930d98d22f19232b498a399e86c88a8ec87d49886eaeb1c296ff48b6d7f1da6c420c53472028410ef83d1914e8268924636353378b5e99bf0e93783769519c9f"
38 ]
39}
40x-commit-hash: "39ac1112c7186f1308b778d3cfc668645d05901f"