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

Commit 0d3947b

Browse files
committed
release 3.3.0
1 parent 357d752 commit 0d3947b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## v3.3.0 (2019-02-16)
2+
3+
* Add support for OCaml 4.08 (#206 by @anmonteiro)
4+
* `libxenasmrun.a` is symlinked in the ocaml directory in order to be able to use ocamlopt's `-runtime-variant` option.
5+
* Expose flags through files as well as pkg-config (#205 by @TheLortex). Instead of pkg-config, one can use the following files to get compilation flags:
6+
* mirage-xen-ocaml/libs
7+
* mirage-xen-ocaml/cflags
8+
* mirage-xen-posix/minios-cflags
9+
* mirage-xen-posix/minios-libs
10+
* mirage-xen-posix/posix-cflags
11+
* mirage-xen-posix/posix-libs
12+
With dune this allows us to write `%{lib:mirage-xen-posix:posix-libs}` to get the flags instead of having a script invoking `pkg-config mirage-xen-posix --libs`.
13+
114
## 3.2.0 (2018-01-02)
215

316
* add support for OCaml 4.06 and 4.07 in the xen backend (#205 by @anmonteiro)

mirage-xen-ocaml.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ tags: "org:mirage"
66
homepage: "https://github.com/mirage/mirage-platform"
77
bug-reports: "https://github.com/mirage/mirage-platform/issues/"
88
depends: [
9-
"ocaml" {>= "4.04.2" & <= "4.07.1"}
9+
"ocaml" {>= "4.04.2" & <= "4.09.0"}
1010
"mirage-xen-posix" {>= "2.6.0"}
1111
"conf-pkg-config"
1212
"ocamlfind" {build}
1313
"ocaml-src"
14-
"ocamlbuild" {build}
1514
]
1615
substs: [
1716
"xen-ocaml/flags/cflags.tmp"

0 commit comments

Comments
 (0)