File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
global :
9
9
- PACKAGE="mirage-vnetif"
10
10
matrix :
11
- - DISTRO="debian-stable" OCAML_VERSION="4.03"
12
11
- DISTRO="debian-testing" OCAML_VERSION="4.04"
13
- - DISTRO="debian-unstable" OCAML_VERSION="4.04"
14
- - DISTRO="ubuntu-16.04" OCAML_VERSION="4.04"
15
- - DISTRO="alpine" OCAML_VERSION="4.04"
16
- - DISTRO="alpine" OCAML_VERSION="4.03"
12
+ - DISTRO="debian-unstable" OCAML_VERSION="4.05"
13
+ - DISTRO="ubuntu-16.04" OCAML_VERSION="4.06"
14
+ - DISTRO="alpine" OCAML_VERSION="4.07"
Original file line number Diff line number Diff line change 1
- opam-version: "1.2 "
1
+ opam-version: "2.0 "
2
2
name: "mirage-vnetif"
3
3
maintainer: "Magnus Skjegstad <
[email protected] >"
4
4
authors: "Magnus Skjegstad <
[email protected] >"
5
5
homepage: "https://github.com/mirage/mirage-vnetif"
6
6
bug-reports: "https://github.com/mirage/mirage-vnetif/issues/"
7
- dev-repo: "https://github.com/mirage/mirage-vnetif.git"
7
+ dev-repo: "git+ https://github.com/mirage/mirage-vnetif.git"
8
8
doc: "https://docs.mirage.io/mirage-vnetif"
9
9
license: "ISC"
10
10
11
11
build: [
12
- ["jbuilder" "subst"] {pinned}
12
+ ["jbuilder" "subst" "-p" name ] {pinned}
13
13
["jbuilder" "build" "-p" name "-j" jobs]
14
14
]
15
15
16
16
depends: [
17
+ "ocaml" {>= "4.04.2"}
17
18
"jbuilder" {build & >="1.0+beta7"}
18
19
"lwt"
19
20
"mirage-time-lwt" {>= "1.0.0"}
20
21
"mirage-clock-lwt" {>= "1.2.0"}
21
22
"mirage-net-lwt" {>= "1.0.0"}
22
23
"cstruct" {>="2.4.0"}
23
- "ipaddr"
24
+ "ipaddr" {>= "3.0.0"}
25
+ "macaddr"
24
26
"io-page"
25
27
"mirage-profile"
26
28
"duration"
27
29
"logs"
28
30
]
29
31
tags: ["org:mirage"]
30
- available: [ocaml-version >= "4.03.0"]
32
+ synopsis: "Virtual network interface and software switch for Mirage"
Original file line number Diff line number Diff line change 4
4
(public_name mirage-vnetif)
5
5
(modules (basic_backend vnetif))
6
6
(wrapped false)
7
- (libraries (cstruct lwt mirage-clock-lwt ipaddr mirage-profile io-page duration result mirage-time-lwt mirage-net mirage-net-lwt logs))
7
+ (libraries (cstruct lwt mirage-clock-lwt ipaddr macaddr mirage-profile io-page duration result mirage-time-lwt mirage-net mirage-net-lwt logs))
8
8
))
You can’t perform that action at this time.
0 commit comments