Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
prepare release 3.2.0
Browse files Browse the repository at this point in the history
update opam files to 2.0 metadata format

Signed-off-by: Anil Madhavapeddy <anil@recoil.org>
  • Loading branch information
avsm committed Jan 2, 2019
1 parent 9eccf85 commit 538e6b6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 22 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## 3.1.0 (2019-11-18)
## 3.2.0 (2018-01-02)

* add support for OCaml 4.06 and 4.07 in the xen backend (#205 by @anmonteiro)
* update opam metadata to 2.0 format (@avsm)

## 3.1.0 (2018-11-18)

* mirage-xen-posix, mirage-xen-ocaml: install META files to be recognized by
build systems (#204, @hannesm)

## 3.0.6 (2019-08-09)
## 3.0.6 (2018-08-09)

* xen: do not use `opam config exec` during the build to be compatible
with opam2 (#201, @reynir)
Expand Down
18 changes: 10 additions & 8 deletions mirage-xen-ocaml.opam
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
opam-version: "1.2"
opam-version: "2.0"
maintainer: "anil@recoil.org"
synopsis: "OCaml runtime compiled for the MirageOS Xen backend"
authors: "The MirageOS team"
tags: "org:mirage"
homepage: "https://github.com/mirage/mirage-platform"
bug-reports: "https://github.com/mirage/mirage-platform/issues/"
dev-repo: "https://github.com/mirage/mirage-platform.git"
build: [make "xen-ocaml-build"]
install: [make "xen-ocaml-install" "PREFIX=%{prefix}%"]
remove: [make "xen-ocaml-uninstall" "PREFIX=%{prefix}%"]
tags: ["org:mirage"]
depends: [
"mirage-xen-posix" {>="2.6.0"}
"ocaml" {>= "4.04.2" & <= "4.07.1"}
"mirage-xen-posix" {>= "2.6.0"}
"conf-pkg-config"
"ocamlfind" {build}
"ocaml-src"
"ocamlbuild" {build}
]
available: [ocaml-version >= "4.04.2" & ocaml-version <= "4.07.1" & os = "linux"]
available: os = "linux"
build: [make "xen-ocaml-build"]
install: [make "xen-ocaml-install" "PREFIX=%{prefix}%"]
remove: [make "xen-ocaml-uninstall" "PREFIX=%{prefix}%"]
dev-repo: "git+https://github.com/mirage/mirage-platform.git"
24 changes: 12 additions & 12 deletions mirage-xen-posix.opam
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
opam-version: "1.2"
maintainer: "anil@recoil.org"
authors: "The MirageOS team"
homepage: "https://github.com/mirage/mirage-platform"
bug-reports: "https://github.com/mirage/mirage-platform/issues/"
dev-repo: "https://github.com/mirage/mirage-platform.git"

build: [make "xen-posix-build"]
install: [make "xen-posix-install" "PREFIX=%{prefix}%"]
remove: [make "xen-posix-uninstall" "PREFIX=%{prefix}%"]

opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: "The MirageOS team"
homepage: "https://github.com/mirage/mirage-platform"
bug-reports: "https://github.com/mirage/mirage-platform/issues/"
synopsis: "Minimal POSIX compatability layer for the MirageOS Xen backend"
depends: [
"ocaml" {>= "4.01.0"}
"mirage-xen-minios" {>= "0.7.0"}
"conf-pkg-config"
]
available: [ ocaml-version >= "4.01.0" & os = "linux" ]
available: os = "linux"
build: [make "xen-posix-build"]
install: [make "xen-posix-install" "PREFIX=%{prefix}%"]
remove: [make "xen-posix-uninstall" "PREFIX=%{prefix}%"]
dev-repo: "git+https://github.com/mirage/mirage-platform.git"

0 comments on commit 538e6b6

Please sign in to comment.