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.7"} 12 "ocaml" {>= "4.08.0"} 13 "bos" 14 "cmdliner" {>= "1.1.0"} 15 "cmdliner" {>= "1.2.0" & with-test} 16 "curly" {>= "0.2.0"} 17 "either" {with-test} 18 "github-data" 19 "ocaml-version" {>= "3.0.0"} 20 "re" {>= "1.5.0"} 21 "rresult" {>= "0.6.0"} 22 "alcotest" {>= "1.2.0" & with-test} 23 "odoc" {with-doc} 24] 25conflicts: [ 26 "result" {< "1.5"} 27] 28build: [ 29 ["dune" "subst"] {dev} 30 [ 31 "dune" 32 "build" 33 "-p" 34 name 35 "-j" 36 jobs 37 "@install" 38 "@runtest" {with-test} 39 "@doc" {with-doc} 40 ] 41] 42dev-repo: "git+https://github.com/ocaml-opam/opam-compiler.git" 43flags: plugin 44url { 45 src: 46 "https://github.com/ocaml-opam/opam-compiler/releases/download/0.2.0/opam-compiler-0.2.0.tbz" 47 checksum: [ 48 "sha256=56e800aac18ebd97226f75815627e30b5673e23873951b4fc84d79b4fdfb409d" 49 "sha512=0943ffbd80068ee5603e1542d37087a5841c54764f36e99a1c5fdb703674c5153949d9111a04788e225cd7c1045c2953554decdc261cd7d4ec8716eaa5233fc3" 50 ] 51} 52x-commit-hash: "c09b015b7c4cbc0ffa2b1008b7dc148a4c88b2b4"