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: "ebc64ec2e6255950fa07a8967dd42c44f1018850" url { src: "https://github.com/ocaml-opam/opam-compiler/releases/download/0.1.1/opam-compiler-0.1.1.tbz" checksum: [ "sha256=ad8b2223ec760c6c6725b31e14a6aafe79d62873ef50a6cb72525ac7fad91c79" "sha512=8761614854b68fc156b8d3c5ba4e895481eae5def66cfc4cda67cef7705e846c593b68721ca9c30711a045c8654884d73200dbfa4df06efa87603fff463f2b92" ] }