Skip to content

Commit

Permalink
<4.08 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jan 7, 2025
1 parent 1fbb8b3 commit 0ae5ece
Show file tree
Hide file tree
Showing 5,817 changed files with 256,667 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
52 changes: 52 additions & 0 deletions packages/0install/0install.2.10/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
homepage: "http://0install.net/"
bug-reports: "https://github.com/0install/0install/issues"
dev-repo: "git+https://github.com/0install/0install.git"
build: [
[make]
]
depends: [
"ocaml" {>= "4.00.0" & < "4.06.0"}
"yojson" {< "2.0.0"}
"xmlm" {<= "1.4.0"}
"ounit" {<= "2.2.7"}
"react" {<= "1.2.2"}
"lwt" {< "3.0.0"}
"extlib" {< "1.7.8"}
"ocurl" {<= "0.9.2"}
"sha" {>= "1.9" & <= "1.15.4"}
"camlp4" {<= "5.3"}
"ocamlbuild" {build & <= "0.9.3"}
]
depopts: [ "obus" "lablgtk" ]
depexts: [
["unzip"] {os-family = "debian"}
]
synopsis: "The antidote to app-stores"
description: """
Zero Install is a decentralised cross-distribution software installation system.
Other features include full support for shared libraries (with a SAT solver for
dependency resolution), sharing between users, and integration with native platform
package managers. It supports both binary and source packages, and works on Linux,
Mac OS X, Unix and Windows systems."""
url {
src:
"https://downloads.sf.net/project/zero-install/0install/2.10/0install-2.10.tar.bz2"
checksum: [
"sha256=44ea5789f5b3b1ce621a4ac446dcb418497266c766d70068c2c723159f0112aa"
"md5=3db5bca7df2c01f9c74e57b503d9dd39"
]
}
extra-source "0install.install" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/0install/0install.install"
checksum: [
"sha256=db9ef395b376617d963fd4c097ebdfe005978f9a3282810f858f89207fa85ab2"
"md5=db6ee7a35da5d98136e5a56bad08496e"
]
}
x-opam-repository-commit-hash-at-time-of-archiving:
"c3b43597d683b19fcb2f4a8385679b1fdc1489de"
x-reason-for-archiving: ["ocaml-version"]
53 changes: 53 additions & 0 deletions packages/0install/0install.2.11/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
homepage: "http://0install.net/"
bug-reports: "https://github.com/0install/0install/issues"
dev-repo: "git+https://github.com/0install/0install.git"
build: [
[make]
]
depends: [
"ocaml" {>= "4.00.0" & < "4.06.0"}
"yojson" {< "2.0.0"}
"xmlm" {<= "1.4.0"}
"ounit" {<= "2.2.7"}
"react" {<= "1.2.2"}
"lwt" {< "3.0.0"}
"extlib" {< "1.7.8"}
"ocurl" {<= "0.9.2"}
"sha" {>= "1.9" & <= "1.15.4"}
"camlp4" {build & <= "5.3"}
"ocamlbuild" {build & <= "0.9.3"}
]
depopts: [ "obus" "lablgtk" ]
depexts: [
["unzip"] {os-family = "debian"}
["gnupg"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "The antidote to app-stores"
description: """
Zero Install is a decentralised cross-distribution software installation system.
Other features include full support for shared libraries (with a SAT solver for
dependency resolution), sharing between users, and integration with native platform
package managers. It supports both binary and source packages, and works on Linux,
Mac OS X, Unix and Windows systems."""
url {
src:
"https://downloads.sf.net/project/zero-install/0install/2.11/0install-2.11.tar.bz2"
checksum: [
"sha256=194b675c48556a3b9aee6b4a2478a521fafa66c0d871ef64349dc3baede28006"
"md5=1cfe5845bf20fd0c0253c8ca6da7f37e"
]
}
extra-source "0install.install" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/0install/0install.install"
checksum: [
"sha256=db9ef395b376617d963fd4c097ebdfe005978f9a3282810f858f89207fa85ab2"
"md5=db6ee7a35da5d98136e5a56bad08496e"
]
}
x-opam-repository-commit-hash-at-time-of-archiving:
"c3b43597d683b19fcb2f4a8385679b1fdc1489de"
x-reason-for-archiving: ["ocaml-version"]
54 changes: 54 additions & 0 deletions packages/0install/0install.2.12.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
homepage: "http://0install.net/"
bug-reports: "https://github.com/0install/0install/issues"
dev-repo: "git+https://github.com/0install/0install.git"
build: [
[make "all"]
[make "test"] {with-test}
]
depends: [
"ocaml" {>= "4.02.3" & < "4.06.0"}
"yojson" {< "2.0.0"}
"xmlm" {<= "1.4.0"}
"ounit" {with-test & <= "2.2.7"}
"lwt" {< "3.0.0"}
"lwt_react" {<= "1.2.0"}
"extlib" {< "1.7.8"}
"ocurl" {>= "0.7.9" & <= "0.9.2"}
"sha" {>= "1.9" & <= "1.15.4"}
"ocamlbuild" {build & <= "0.15.0"}
"camlp4" {build & <= "5.3"}
]
depopts: [ "obus" "lablgtk" "lwt_glib" ]
depexts: [
["unzip"] {os-family = "debian"}
["gnupg2"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "The antidote to app-stores"
description: """
Zero Install is a decentralised cross-distribution software installation system.
Other features include full support for shared libraries (with a SAT solver for
dependency resolution), sharing between users, and integration with native platform
package managers. It supports both binary and source packages, and works on Linux,
Mac OS X, Unix and Windows systems."""
url {
src:
"https://downloads.sf.net/project/zero-install/0install/2.12.1/0install-2.12.1.tar.bz2"
checksum: [
"sha256=87b576116af2a79de7c2870c1878e25afbbc90c801a47a4538fc028229c93681"
"md5=e272f9acf4362b613e31c51dcaf5e946"
]
}
extra-source "0install.install" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/0install/0install.install"
checksum: [
"sha256=db9ef395b376617d963fd4c097ebdfe005978f9a3282810f858f89207fa85ab2"
"md5=db6ee7a35da5d98136e5a56bad08496e"
]
}
x-opam-repository-commit-hash-at-time-of-archiving:
"c3b43597d683b19fcb2f4a8385679b1fdc1489de"
x-reason-for-archiving: ["ocaml-version"]
53 changes: 53 additions & 0 deletions packages/0install/0install.2.12.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
homepage: "http://0install.net/"
bug-reports: "https://github.com/0install/0install/issues"
dev-repo: "git+https://github.com/0install/0install.git"
build: [
[make "all"]
[make "test"] {with-test}
]
depends: [
"ocaml" {>= "4.02.3" & < "4.07"}
"yojson" {< "2.0.0"}
"xmlm" {<= "1.4.0"}
"ounit" {with-test & <= "2.2.7"}
"lwt_react" {<= "1.2.0"}
"ocurl" {>= "0.7.9" & <= "0.9.2"}
"sha" {>= "1.9" & <= "1.15.4"}
"ocamlbuild" {build & <= "0.15.0"}
"cppo_ocamlbuild" {build & <= "1.8.0"}
]
depopts: [ "obus" "lablgtk" "lwt_glib" ]
conflicts: [ "lwt" {>= "4.0.0"} ]
depexts: [
["unzip"] {os-family = "debian"}
["gnupg"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "The antidote to app-stores"
description: """
Zero Install is a decentralised cross-distribution software installation system.
Other features include full support for shared libraries (with a SAT solver for
dependency resolution), sharing between users, and integration with native platform
package managers. It supports both binary and source packages, and works on Linux,
Mac OS X, Unix and Windows systems."""
url {
src:
"https://downloads.sf.net/project/zero-install/0install/2.12.3/0install-2.12.3.tar.bz2"
checksum: [
"sha256=6936e8ffa33e570553788a1cf6c5c1d4b1342c778f436a443cda6f10b6136b40"
"md5=12d212264699a81e8b07d4410e907633"
]
}
extra-source "0install.install" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/0install/0install.install"
checksum: [
"sha256=db9ef395b376617d963fd4c097ebdfe005978f9a3282810f858f89207fa85ab2"
"md5=db6ee7a35da5d98136e5a56bad08496e"
]
}
x-opam-repository-commit-hash-at-time-of-archiving:
"c3b43597d683b19fcb2f4a8385679b1fdc1489de"
x-reason-for-archiving: ["ocaml-version"]
52 changes: 52 additions & 0 deletions packages/0install/0install.2.12/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: "[email protected]"
homepage: "http://0install.net/"
bug-reports: "https://github.com/0install/0install/issues"
dev-repo: "git+https://github.com/0install/0install.git"
build: [
[make]
]
depends: [
"ocaml" {>= "4.00.0" & < "4.06.0"}
"yojson" {< "2.0.0"}
"xmlm" {<= "1.4.0"}
"ounit" {<= "2.2.7"}
"react" {<= "1.2.2"}
"lwt" {< "3.0.0"}
"extlib" {< "1.7.8"}
"ocurl" {<= "0.9.2"}
"sha" {>= "1.9" & <= "1.15.4"}
"camlp4" {build & <= "5.3"}
"ocamlbuild" {build & <= "0.9.3"}
]
depopts: [ "obus" "lablgtk" ]
depexts: [
["unzip"] {os-family = "debian"}
["gnupg"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "The antidote to app-stores"
description: """
Zero Install is a decentralised cross-distribution software installation system.
Other features include full support for shared libraries (with a SAT solver for
dependency resolution), sharing between users, and integration with native platform
package managers. It supports both binary and source packages, and works on Linux,
Mac OS X, Unix and Windows systems."""
url {
src: "https://github.com/0install/0install/archive/v2.12-1.tar.gz"
checksum: [
"sha256=317ac6ac680d021cb475962b7f6c2bcee9c35ce7cf04ae00d72bba8113f13559"
"md5=b314e3964858d56ea8da42816dd5ae87"
]
}
extra-source "0install.install" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/0install/0install.install"
checksum: [
"sha256=db9ef395b376617d963fd4c097ebdfe005978f9a3282810f858f89207fa85ab2"
"md5=db6ee7a35da5d98136e5a56bad08496e"
]
}
x-opam-repository-commit-hash-at-time-of-archiving:
"c3b43597d683b19fcb2f4a8385679b1fdc1489de"
x-reason-for-archiving: ["ocaml-version"]
58 changes: 58 additions & 0 deletions packages/0install/0install.2.6.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "http://0install.net/"
build: [
[make]
]
patches: [ "gui_gtk_dir.patch" ]
depends: [
"ocaml"
"yojson" {< "2.0.0"}
"xmlm" {<= "1.4.0"}
"ounit" {<= "2.2.7"}
"react" {<= "1.2.2"}
"lwt" {< "3.0.0"}
"extlib" {< "1.7.8"}
"ssl" {<= "0.7.0"}
"ocurl" {<= "0.9.2"}
"ocamlbuild" {build & <= "0.9.3"}
"camlp4" {build & <= "5.3"}
]
depopts: [ "obus" "lablgtk" ]
depexts: [
["unzip"] {os-family = "debian"}
]
synopsis: "The antidote to app-stores"
description: """
Zero Install is a decentralised cross-distribution software installation system.
Other features include full support for shared libraries (with a SAT solver for
dependency resolution), sharing between users, and integration with native platform
package managers. It supports both binary and source packages, and works on Linux,
Mac OS X, Unix and Windows systems."""
url {
src:
"https://downloads.sf.net/project/zero-install/0install/2.6.2/0install-2.6.2.tar.bz2"
checksum: [
"sha256=5755226ef4b32f04723bcbe551f4694ddf78dffbb0f589c3140c2d7056370961"
"md5=8931211adbfe984640a029c48f7b992f"
]
}
extra-source "gui_gtk_dir.patch" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/0install/gui_gtk_dir.patch"
checksum: [
"sha256=ef4c291794ed4ca7f024c671f48a8aaa2dcd9d12c1ab73829373a7d904e537e1"
"md5=0a14e57ca2b2a914a5433b3a2ca2abb1"
]
}
extra-source "0install.install" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/0install/0install.install"
checksum: [
"sha256=db9ef395b376617d963fd4c097ebdfe005978f9a3282810f858f89207fa85ab2"
"md5=db6ee7a35da5d98136e5a56bad08496e"
]
}
x-opam-repository-commit-hash-at-time-of-archiving:
"c3b43597d683b19fcb2f4a8385679b1fdc1489de"
x-reason-for-archiving: ["uninstallable"]
58 changes: 58 additions & 0 deletions packages/0install/0install.2.8/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "http://0install.net/"
build: [
[make]
]
patches: [ "gui_gtk_dir.patch" ]
depends: [
"ocaml" {>= "4.00.0" & < "4.02"}
"yojson" {< "2.0.0"}
"xmlm" {<= "1.4.0"}
"ounit" {<= "2.2.7"}
"react" {<= "1.2.2"}
"lwt" {<= "2.4.6"}
"extlib" {< "1.7.8"}
"ocurl" {<= "0.9.2"}
"sha" {>= "1.9" & <= "1.15.4"}
"ocamlbuild" {build & <= "0.9.3"}
"camlp4" {build & <= "5.3"}
]
depopts: [ "obus" "lablgtk" ]
depexts: [
["unzip"] {os-family = "debian"}
]
synopsis: "The antidote to app-stores"
description: """
Zero Install is a decentralised cross-distribution software installation system.
Other features include full support for shared libraries (with a SAT solver for
dependency resolution), sharing between users, and integration with native platform
package managers. It supports both binary and source packages, and works on Linux,
Mac OS X, Unix and Windows systems."""
url {
src:
"https://downloads.sf.net/project/zero-install/0install/2.8/0install-2.8.tar.bz2"
checksum: [
"sha256=12de771be748bce9350c90bc4720029a566b078ceabd335af09386ac6a37df2b"
"md5=25520678fcb91603a876a3dd2db24dc3"
]
}
extra-source "gui_gtk_dir.patch" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/0install/gui_gtk_dir.patch"
checksum: [
"sha256=ef4c291794ed4ca7f024c671f48a8aaa2dcd9d12c1ab73829373a7d904e537e1"
"md5=0a14e57ca2b2a914a5433b3a2ca2abb1"
]
}
extra-source "0install.install" {
src:
"https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/0install/0install.install"
checksum: [
"sha256=db9ef395b376617d963fd4c097ebdfe005978f9a3282810f858f89207fa85ab2"
"md5=db6ee7a35da5d98136e5a56bad08496e"
]
}
x-opam-repository-commit-hash-at-time-of-archiving:
"c3b43597d683b19fcb2f4a8385679b1fdc1489de"
x-reason-for-archiving: ["ocaml-version"]
Loading

0 comments on commit 0ae5ece

Please sign in to comment.