this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25096 from emillon/release-opam-compiler-0.2.0

[new release] opam-compiler (0.2.0)

authored by

Marcello Seri and committed by
GitHub
b8ec39e3 07e213bb

+52
+52
packages/opam-compiler/opam-compiler.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Plugin to create switches using custom compilers" 3 + description: 4 + "This plugin can manage switches using various sources for compilers, such as git branches, github PRs, etc" 5 + maintainer: ["Etienne Millon <me@emillon.org>"] 6 + authors: ["Etienne Millon <me@emillon.org>"] 7 + license: "ISC" 8 + homepage: "https://github.com/ocaml-opam/opam-compiler" 9 + bug-reports: "https://github.com/ocaml-opam/opam-compiler/issues" 10 + depends: [ 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 + ] 25 + conflicts: [ 26 + "result" {< "1.5"} 27 + ] 28 + build: [ 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 + ] 42 + dev-repo: "git+https://github.com/ocaml-opam/opam-compiler.git" 43 + flags: plugin 44 + url { 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 + } 52 + x-commit-hash: "c09b015b7c4cbc0ffa2b1008b7dc148a4c88b2b4"