this repo has no description
1opam-version: "2.0"
2synopsis: "An opam plugin to build projects"
3maintainer: "Kate <kit-ty-kate@outlook.com>"
4description: """
5opam-build allows to build any project easily with just one command: opam build. This will setup a local switch and install all the required dependencies.
6"""
7authors: "Kate <kit-ty-kate@outlook.com>"
8license: "MIT"
9homepage: "https://github.com/kit-ty-kate/opam-build"
10bug-reports: "https://github.com/kit-ty-kate/opam-build/issues"
11depends: [
12 "ocaml" {>= "4.08"}
13 "dune" {>= "2.0"}
14 "opam-client" {>= "2.3" & < "2.4"}
15 "cmdliner" {>= "1.1"}
16 "xdg" {>= "3.0.0"}
17]
18available: opam-version >= "2.3" & opam-version < "2.4"
19flags: plugin
20build: ["dune" "build" "-p" name "-j" jobs]
21dev-repo: "git+https://github.com/kit-ty-kate/opam-build.git"
22url {
23 src:
24 "https://github.com/kit-ty-kate/opam-build/releases/download/v0.2.5/opam-build-0.2.5.tar.gz"
25 checksum: [
26 "md5=7d68bc72a303aafa5d1546fa6bc55d7b"
27 "sha512=a07acfff1f566c9f4e50fba8b9dae9c25a09acd304e6a5c260602e31eb3932aef02795de16f2616ba78a93db2499114cc6a1371d65dd34c1a45418b16f75886a"
28 ]
29}