-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[new release] archive (2 packages) (3.7.2+6) #28291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gildor478
wants to merge
4
commits into
ocaml:master
Choose a base branch
from
gildor478:release-archive-v3.7.2+6
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
e84f4bb
[new release] archive (2 packages) (3.7.2+6)
gildor478 933fc60
Update packages/archive-lwt/archive-lwt.3.7.2+6/opam
mseri e409008
archive: add dune-configurator and update ocaml bound
mseri 3e46e7f
Update packages/archive/archive.3.7.2+6/opam
mseri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
opam-version: "2.0" | ||
synopsis: "Binding to libarchive for LWT" | ||
description: """ | ||
libarchive is a C library for reading and writing tar, cpio, zip, ISO, and | ||
other archive formats. This library is its OCaml bindings. | ||
|
||
* Reads a variety of formats, including tar, pax, cpio, zip, xar, lha, ar, | ||
cab, mtree, and ISO images. | ||
* Writes tar, pax, cpio, zip, xar, ar, ISO, mtree, and shar archives. | ||
* Full automatic format detection when reading archives, including | ||
compressed archives. | ||
|
||
[libarchive website](http://code.google.com/p/libarchive/) | ||
""" | ||
maintainer: ["Sylvain Le Gall <[email protected]>"] | ||
authors: ["Sylvain Le Gall"] | ||
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" | ||
homepage: "https://github.com/gildor478/ocaml-archive" | ||
bug-reports: "https://github.com/gildor478/ocaml-archive/issues" | ||
depends: [ | ||
"dune" {>= "3.17"} | ||
"ocaml" {>= "4.14.1"} | ||
"archive" {= version} | ||
"lwt" {>= "2.3.2"} | ||
"extlib" {>= "1.8.0" & with-test} | ||
"ounit2" {>= "2.2.7" & with-test} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/gildor478/ocaml-archive.git" | ||
url { | ||
src: | ||
"https://github.com/gildor478/ocaml-archive/releases/download/v3.7.2%2B6/archive-3.7.2.6.tbz" | ||
checksum: [ | ||
"sha256=69ba1f304f986ff05b51699990983f9b0dcf519b3269a49b6adac1c7b68f00f3" | ||
"sha512=690b6ed809c43c7b9573f5719350b3ba9f1583ac0db41a4a376ac7e623fab0edff1e2e8070471fd078d6b2b51f8b049abc74e26ae8a1b24a40b5903c7ba03e81" | ||
] | ||
} | ||
x-commit-hash: "a4794ab1fadcf4133c57bc41a9684370f91e81f1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
opam-version: "2.0" | ||
synopsis: "Binding to libarchive" | ||
description: """ | ||
libarchive is a C library for reading and writing tar, cpio, zip, ISO, and | ||
other archive formats. This library is its OCaml bindings. | ||
|
||
* Reads a variety of formats, including tar, pax, cpio, zip, xar, lha, ar, | ||
cab, mtree, and ISO images. | ||
* Writes tar, pax, cpio, zip, xar, ar, ISO, mtree, and shar archives. | ||
* Full automatic format detection when reading archives, including | ||
compressed archives. | ||
|
||
[libarchive website](http://code.google.com/p/libarchive/) | ||
""" | ||
maintainer: ["Sylvain Le Gall <[email protected]>"] | ||
authors: ["Sylvain Le Gall"] | ||
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" | ||
homepage: "https://github.com/gildor478/ocaml-archive" | ||
bug-reports: "https://github.com/gildor478/ocaml-archive/issues" | ||
depends: [ | ||
"dune" {>= "3.17"} | ||
"ocaml" {>= "4.14.1"} | ||
"fileutils" {>= "0.6.6"} | ||
"conf-pkg-config" {build} | ||
"extlib" {>= "1.8.0" & with-test} | ||
"ounit2" {>= "2.2.7" & with-test} | ||
"odoc" {with-doc} | ||
mseri marked this conversation as resolved.
Show resolved
Hide resolved
|
||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/gildor478/ocaml-archive.git" | ||
depexts: [ | ||
["libarchive"] {os = "macos" & os-distribution = "homebrew"} | ||
["libarchive"] {os = "macos" & os-distribution = "macports"} | ||
["libarchive-devel"] {os = "win32" & os-distribution = "cygwin"} | ||
["libarchive-dev" "openssl-dev"] {os-distribution = "alpine"} | ||
["libarchive-dev"] {os-family = "debian"} | ||
["libarchive-dev"] {os-family = "ubuntu"} | ||
["libarchive-devel"] {os-family = "fedora"} | ||
["libarchive-devel"] {os-family = "rhel"} | ||
["libarchive"] {os-family = "gentoo"} | ||
["libarchive"] {os-family = "bsd"} | ||
["libarchive-devel"] {os-family = "suse"} | ||
["libarchive-devel"] {os-family = "opensuse"} | ||
] | ||
url { | ||
src: | ||
"https://github.com/gildor478/ocaml-archive/releases/download/v3.7.2%2B6/archive-3.7.2.6.tbz" | ||
checksum: [ | ||
"sha256=69ba1f304f986ff05b51699990983f9b0dcf519b3269a49b6adac1c7b68f00f3" | ||
"sha512=690b6ed809c43c7b9573f5719350b3ba9f1583ac0db41a4a376ac7e623fab0edff1e2e8070471fd078d6b2b51f8b049abc74e26ae8a1b24a40b5903c7ba03e81" | ||
] | ||
} | ||
x-commit-hash: "a4794ab1fadcf4133c57bc41a9684370f91e81f1" | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.