opam-version: "2.0" synopsis: "Plugin to create switches using custom compilers" description: "This plugin can manage switches using various sources for compilers, such as git branches, github PRs, etc" maintainer: ["Etienne Millon "] authors: ["Etienne Millon "] license: "ISC" homepage: "https://github.com/ocaml-opam/opam-compiler" bug-reports: "https://github.com/ocaml-opam/opam-compiler/issues" depends: [ "dune" {>= "2.5"} "ocaml" {>= "4.08.0"} "bos" "cmdliner" {< "1.1.0"} "github-unix" "lwt_ssl" "re" "lwt" {< "5.7.0"} "alcotest" {>= "1.2.0" & with-test} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocaml-opam/opam-compiler.git" flags: plugin x-commit-hash: "ca6d450733363c38ca206afd9ac0cf2a783fdf8f" url { src: "https://github.com/ocaml-opam/opam-compiler/releases/download/0.1.0/opam-compiler-0.1.0.tbz" checksum: [ "sha256=37521cf4000feddecc2f35d1c406f6c765e98e58a42afbd0e4ffd1b68e83d6d2" "sha512=016912e1dbee9bd5cfaa3adf3fcf824d3670e394b6c294591b8697eb558f8c6e4030df43c424a3c4bd4c4200551cd949f8f056ad93f7b04ca1ddc4b77cae0b96" ] }