Skip to content

Commit f164c40

Browse files
authored
Merge pull request #28229 from talex5/release-opam-0install-v0.5.1
[new release] opam-0install (0.5.1)
2 parents fb4de1d + 043dae5 commit f164c40

File tree

1 file changed

+58
-0
lines changed
  • packages/opam-0install/opam-0install.0.5.1

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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.2.1"}
25+
"opam-format" {>= "2.2.1"}
26+
"ocaml" {>= "4.10.0"}
27+
"0install-solver"
28+
"opam-file-format" {>= "2.1.1"}
29+
"opam-client" {with-test & >= "2.2.1"}
30+
"opam-solver" {with-test}
31+
"astring" {with-test}
32+
"alcotest" {with-test}
33+
"odoc" {with-doc}
34+
]
35+
build: [
36+
["dune" "subst"] {dev}
37+
[
38+
"dune"
39+
"build"
40+
"-p"
41+
name
42+
"-j"
43+
jobs
44+
"@install"
45+
"@runtest" {with-test}
46+
"@doc" {with-doc}
47+
]
48+
]
49+
dev-repo: "git+https://github.com/ocaml-opam/opam-0install-solver.git"
50+
url {
51+
src:
52+
"https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.5.1/opam-0install-0.5.1.tbz"
53+
checksum: [
54+
"sha256=1cf307f263623cb7884fba22fd6d250a3fd96477a65e3d56e6bfaa015a4cd2e0"
55+
"sha512=f0815b86744cd46a7291b0a54942daed9e5756c22366386c5710e6fe158711bd0ab521de92897eae8380ddae2bad4b12f75ea37368f69f5e7314c07f65e7cd5b"
56+
]
57+
}
58+
x-commit-hash: "bb2820066fec4bda3e4f9e30ec2660434a964e79"

0 commit comments

Comments
 (0)