Skip to content

Commit

Permalink
Merge pull request #25 from hannesm/ipaddr3
Browse files Browse the repository at this point in the history
ipaddr3 compatibility
  • Loading branch information
hannesm authored Jan 10, 2019
2 parents 555deee + ba8b0bb commit 22def3f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ env:
global:
- PACKAGE="mirage-vnetif"
matrix:
- DISTRO="debian-stable" OCAML_VERSION="4.03"
- DISTRO="debian-testing" OCAML_VERSION="4.04"
- DISTRO="debian-unstable" OCAML_VERSION="4.04"
- DISTRO="ubuntu-16.04" OCAML_VERSION="4.04"
- DISTRO="alpine" OCAML_VERSION="4.04"
- DISTRO="alpine" OCAML_VERSION="4.03"
- DISTRO="debian-unstable" OCAML_VERSION="4.05"
- DISTRO="ubuntu-16.04" OCAML_VERSION="4.06"
- DISTRO="alpine" OCAML_VERSION="4.07"
12 changes: 7 additions & 5 deletions mirage-vnetif.opam
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
opam-version: "1.2"
opam-version: "2.0"
name: "mirage-vnetif"
maintainer: "Magnus Skjegstad <[email protected]>"
authors: "Magnus Skjegstad <[email protected]>"
homepage: "https://github.com/mirage/mirage-vnetif"
bug-reports: "https://github.com/mirage/mirage-vnetif/issues/"
dev-repo: "https://github.com/mirage/mirage-vnetif.git"
dev-repo: "git+https://github.com/mirage/mirage-vnetif.git"
doc: "https://docs.mirage.io/mirage-vnetif"
license: "ISC"

build: [
["jbuilder" "subst"] {pinned}
["jbuilder" "subst" "-p" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

depends: [
"ocaml" {>= "4.04.2"}
"jbuilder" {build & >="1.0+beta7"}
"lwt"
"mirage-time-lwt" {>= "1.0.0"}
"mirage-clock-lwt" {>= "1.2.0"}
"mirage-net-lwt" {>= "1.0.0"}
"cstruct" {>="2.4.0"}
"ipaddr"
"ipaddr" {>= "3.0.0"}
"macaddr"
"io-page"
"mirage-profile"
"duration"
"logs"
]
tags: ["org:mirage"]
available: [ocaml-version >= "4.03.0"]
synopsis: "Virtual network interface and software switch for Mirage"
2 changes: 1 addition & 1 deletion src/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
(public_name mirage-vnetif)
(modules (basic_backend vnetif))
(wrapped false)
(libraries (cstruct lwt mirage-clock-lwt ipaddr mirage-profile io-page duration result mirage-time-lwt mirage-net mirage-net-lwt logs))
(libraries (cstruct lwt mirage-clock-lwt ipaddr macaddr mirage-profile io-page duration result mirage-time-lwt mirage-net mirage-net-lwt logs))
))

0 comments on commit 22def3f

Please sign in to comment.