this repo has no description
1opam-version: "2.0" 2synopsis: "An opam plugin to test projects" 3maintainer: "Kate <kit-ty-kate@outlook.com>" 4authors: "Kate <kit-ty-kate@outlook.com>" 5license: "MIT" 6homepage: "https://github.com/kit-ty-kate/opam-build" 7bug-reports: "https://github.com/kit-ty-kate/opam-build/issues" 8depends: [ 9 "ocaml" {>= "4.08"} 10 "dune" {>= "2.0"} 11 "opam-client" {>= "2.2" & < "2.3"} 12 "cmdliner" {>= "1.1"} 13 "xdg" {>= "3.0.0"} 14] 15available: opam-version >= "2.2" & opam-version < "2.3" 16flags: plugin 17build: ["dune" "build" "-p" name "-j" jobs] 18dev-repo: "git+https://github.com/kit-ty-kate/opam-build.git" 19url { 20 src: 21 "https://github.com/kit-ty-kate/opam-build/releases/download/v0.2.3/opam-build-0.2.3.tar.gz" 22 checksum: [ 23 "md5=e6616c0264524d174e226a03d2442337" 24 "sha512=71a9d39a1a5607f8c439b20c79998ca50aae79b449886ac0d1982a42e7ca34e75a49407289bba4ff43485fc5299b6725cfaaa968fad1ed068708987ffbedf8c6" 25 ] 26}