-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opam: update vhd packages' opam metadata (#6118)
Sync the metadata with upstream, which is not updated This fixes the CI issue due to cstruct version in xs-opam being incompatible with the one requested by the opam metadata in this repository
- Loading branch information
Showing
5 changed files
with
37 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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 |
---|---|---|
|
@@ -3,12 +3,13 @@ | |
opam-version: "2.0" | ||
name: "vhd-format" | ||
synopsis: "Pure OCaml library to read/write VHD format data" | ||
description: """\ | ||
description: """ | ||
A pure OCaml library to read and write | ||
[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a | ||
simple command-line tool which allows vhd files to be interrogated, | ||
manipulated, format-converted and streamed to and from files and remote | ||
servers.""" | ||
servers. | ||
""" | ||
maintainer: "[email protected]" | ||
authors: ["Dave Scott" "Jon Ludlam"] | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
|
@@ -17,15 +18,14 @@ homepage: "https://github.com/mirage/ocaml-vhd" | |
doc: "https://mirage.github.io/ocaml-vhd/" | ||
bug-reports: "https://github.com/mirage/ocaml-vhd/issues" | ||
depends: [ | ||
"ocaml" {>= "4.03.0"} | ||
"bigarray-compat" | ||
"cstruct" {>= "1.9" & < "6.1.0"} | ||
"dune" {>= "3.15"} | ||
"ocaml" {>= "4.10.0"} | ||
"bigarray-compat" {>= "1.1.0"} | ||
"cstruct" {>= "6.0.0"} | ||
"io-page" | ||
"rresult" {>= "0.3.0"} | ||
"uuidm" {>= "0.9.6"} | ||
"uuidm" {>= "0.9.9"} | ||
"stdlib-shims" | ||
"dune" {>= "1.0"} | ||
"dune" {>= "2.8"} | ||
"ppx_cstruct" {build & >= "3.0.0"} | ||
] | ||
available: os = "linux" | os = "macos" | ||
|
This file contains 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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
opam-version: "2.0" | ||
name: "vhd-format" | ||
synopsis: "Pure OCaml library to read/write VHD format data" | ||
description: """\ | ||
description: """ | ||
A pure OCaml library to read and write | ||
[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a | ||
simple command-line tool which allows vhd files to be interrogated, | ||
manipulated, format-converted and streamed to and from files and remote | ||
servers.""" | ||
servers. | ||
""" | ||
maintainer: "[email protected]" | ||
authors: ["Dave Scott" "Jon Ludlam"] | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
|
@@ -15,15 +16,14 @@ homepage: "https://github.com/mirage/ocaml-vhd" | |
doc: "https://mirage.github.io/ocaml-vhd/" | ||
bug-reports: "https://github.com/mirage/ocaml-vhd/issues" | ||
depends: [ | ||
"ocaml" {>= "4.03.0"} | ||
"bigarray-compat" | ||
"cstruct" {>= "1.9" & < "6.1.0"} | ||
"dune" {>= "3.15"} | ||
"ocaml" {>= "4.10.0"} | ||
"bigarray-compat" {>= "1.1.0"} | ||
"cstruct" {>= "6.0.0"} | ||
"io-page" | ||
"rresult" {>= "0.3.0"} | ||
"uuidm" {>= "0.9.6"} | ||
"uuidm" {>= "0.9.9"} | ||
"stdlib-shims" | ||
"dune" {>= "1.0"} | ||
"dune" {>= "2.8"} | ||
"ppx_cstruct" {build & >= "3.0.0"} | ||
] | ||
available: os = "linux" | os = "macos" | ||
|