this repo has no description
1opam-version: "2.0" 2synopsis: "Plugin to create switches using custom compilers" 3description: 4 "This plugin can manage switches using various sources for compilers, such as git branches, github PRs, etc" 5maintainer: ["Etienne Millon <me@emillon.org>"] 6authors: ["Etienne Millon <me@emillon.org>"] 7license: "ISC" 8homepage: "https://github.com/ocaml-opam/opam-compiler" 9bug-reports: "https://github.com/ocaml-opam/opam-compiler/issues" 10depends: [ 11 "dune" {>= "2.5"} 12 "ocaml" {>= "4.08.0"} 13 "bos" 14 "cmdliner" {< "1.1.0"} 15 "github-unix" 16 "lwt_ssl" 17 "re" 18 "lwt" {< "5.7.0"} 19 "alcotest" {>= "1.2.0" & with-test} 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/ocaml-opam/opam-compiler.git" 36flags: plugin 37x-commit-hash: "ca6d450733363c38ca206afd9ac0cf2a783fdf8f" 38url { 39 src: 40 "https://github.com/ocaml-opam/opam-compiler/releases/download/0.1.0/opam-compiler-0.1.0.tbz" 41 checksum: [ 42 "sha256=37521cf4000feddecc2f35d1c406f6c765e98e58a42afbd0e4ffd1b68e83d6d2" 43 "sha512=016912e1dbee9bd5cfaa3adf3fcf824d3670e394b6c294591b8697eb558f8c6e4030df43c424a3c4bd4c4200551cd949f8f056ad93f7b04ca1ddc4b77cae0b96" 44 ] 45}