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