this repo has no description
0
fork

Configure Feed

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

Merge pull request #26345 from talex5/release-opam-0install-v0.4.4

[new release] opam-0install (0.4.4)

authored by

Marcello Seri and committed by
GitHub
b8b5a2a5 adea61f6

+57
+57
packages/opam-0install/opam-0install.0.4.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Opam solver using 0install backend" 3 + description: """ 4 + Opam's default solver is designed to maintain a set of packages 5 + over time, minimising disruption when installing new programs and 6 + finding a compromise solution across all packages. 7 + 8 + In many situations (e.g. CI, local roots or duniverse builds) this 9 + is not necessary, and we can get a solution much faster by using 10 + a different algorithm. 11 + 12 + This package uses 0install's solver algorithm with opam packages. 13 + """ 14 + maintainer: ["talex5@gmail.com"] 15 + authors: ["talex5@gmail.com"] 16 + license: "ISC" 17 + homepage: "https://github.com/ocaml-opam/opam-0install-solver" 18 + doc: "https://ocaml-opam.github.io/opam-0install-solver/" 19 + bug-reports: "https://github.com/ocaml-opam/opam-0install-solver/issues" 20 + depends: [ 21 + "dune" {>= "2.7"} 22 + "fmt" {>= "0.8.7"} 23 + "cmdliner" {>= "1.1.0"} 24 + "opam-state" {>= "2.1.0~rc"} 25 + "ocaml" {>= "4.10.0"} 26 + "0install-solver" 27 + "opam-file-format" {>= "2.1.1"} 28 + "opam-client" {with-test & < "2.2.0~alpha"} 29 + "opam-solver" {with-test} 30 + "astring" {with-test} 31 + "alcotest" {with-test} 32 + "odoc" {with-doc} 33 + ] 34 + build: [ 35 + ["dune" "subst"] {dev} 36 + [ 37 + "dune" 38 + "build" 39 + "-p" 40 + name 41 + "-j" 42 + jobs 43 + "@install" 44 + "@runtest" {with-test} 45 + "@doc" {with-doc} 46 + ] 47 + ] 48 + dev-repo: "git+https://github.com/ocaml-opam/opam-0install-solver.git" 49 + url { 50 + src: 51 + "https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.4/opam-0install-0.4.4.tbz" 52 + checksum: [ 53 + "sha256=3e114c3e27bd0aa004eeffd91ff337d2f67a4cce23342244e6e8bd2ea3605723" 54 + "sha512=6c14c9ba8a6385ead5652243b54507775ed383b28308de6288ed2bc3cb8e6aa0a3c82f299badeda89e6dcf07adb293ddf6479462e87772df5f36cf8b1e765194" 55 + ] 56 + } 57 + x-commit-hash: "11198d9e3062bb9d17cf3828d51a9724f4670a96"