Skip to content

Commit 685eb4e

Browse files
authored
Merge pull request ocaml#22487 from hannesm/release-netchannel-v2.1.2
[new release] netchannel and mirage-net-xen (2.1.2)
2 parents bbb8f4a + a73620a commit 685eb4e

File tree

2 files changed

+91
-0
lines changed
  • packages
    • mirage-net-xen/mirage-net-xen.2.1.2
    • netchannel/netchannel.2.1.2

2 files changed

+91
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["Anil Madhavapeddy" "Thomas Leonard"]
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/mirage-net-xen"
6+
bug-reports: "https://github.com/mirage/mirage-net-xen/issues"
7+
dev-repo: "git+https://github.com/mirage/mirage-net-xen.git"
8+
doc: "https://mirage.github.io/mirage-net-xen/"
9+
build: [
10+
[ "dune" "subst"] {dev}
11+
[ "dune" "build" "-p" name "-j" jobs ]
12+
]
13+
14+
depends: [
15+
"ocaml" {>= "4.08.0"}
16+
"dune" {>= "1.0"}
17+
"cstruct" {>= "6.0.0"}
18+
"lwt" {>= "2.4.3"}
19+
"mirage-net" {>= "3.0.0"}
20+
"io-page" {>= "1.5.0"}
21+
"mirage-xen" {>= "7.0.0"}
22+
"netchannel" {= version}
23+
"lwt-dllist"
24+
"logs" {>= "0.5.0"}
25+
]
26+
27+
tags: "org:mirage"
28+
synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol"
29+
description: """
30+
This library allows an OCaml application to read and
31+
write Ethernet frames via the [Netfront/netback][xen-net] protocol.
32+
"""
33+
url {
34+
src:
35+
"https://github.com/mirage/mirage-net-xen/releases/download/v2.1.2/mirage-net-xen-2.1.2.tbz"
36+
checksum: [
37+
"sha256=9539b070d2a26aae4474974ce1469a015759fa14c25f953d30f298febde2edfc"
38+
"sha512=5a465539a5b8a9d63de3005493f22d9428f5cc6c6155a4157d2b6bb0e604cfcd081894c40f6b223dfe6fec8e47c94371513d1fea8d2b62133a61c4ebcb3c6468"
39+
]
40+
}
41+
x-commit-hash: "939dfcbfc31f6c396532c08d8857f2672d90f2f3"
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["Anil Madhavapeddy" "Thomas Leonard"]
4+
license: "ISC"
5+
homepage: "https://github.com/mirage/mirage-net-xen"
6+
bug-reports: "https://github.com/mirage/mirage-net-xen/issues"
7+
dev-repo: "git+https://github.com/mirage/mirage-net-xen.git"
8+
doc: "https://mirage.github.io/mirage-net-xen/"
9+
build: [
10+
[ "dune" "subst"] {dev}
11+
[ "dune" "build" "-p" name "-j" jobs ]
12+
]
13+
14+
depends: [
15+
"ocaml" {>= "4.08.0"}
16+
"dune" {>= "1.0"}
17+
"cstruct" {>= "6.0.0"}
18+
"ppx_sexp_conv"
19+
"ppx_cstruct"
20+
"lwt" {>= "2.4.3"}
21+
"mirage-net" {>= "3.0.0"}
22+
"io-page" {>= "1.5.0"}
23+
"mirage-xen" {>= "7.0.0"}
24+
"ipaddr" {>= "3.0.0"}
25+
"mirage-profile" {>="0.3"}
26+
"shared-memory-ring" {>="3.0.0"}
27+
"sexplib" {>= "113.01.00"}
28+
"logs" {>= "0.5.0"}
29+
"lwt-dllist"
30+
"result" {>= "1.5"}
31+
"macaddr" {>= "5.2.0"}
32+
]
33+
tags: "org:mirage"
34+
synopsis: "Network device for reading and writing Ethernet frames via then Xen netfront/netback protocol"
35+
description: """
36+
This library allows an OCaml application to read and
37+
write Ethernet frames via the [Netfront/netback][xen-net] protocol.
38+
39+
Note: the `Netif` module is the public API.
40+
The `Netchannel` API is still under development.
41+
"""
42+
url {
43+
src:
44+
"https://github.com/mirage/mirage-net-xen/releases/download/v2.1.2/mirage-net-xen-2.1.2.tbz"
45+
checksum: [
46+
"sha256=9539b070d2a26aae4474974ce1469a015759fa14c25f953d30f298febde2edfc"
47+
"sha512=5a465539a5b8a9d63de3005493f22d9428f5cc6c6155a4157d2b6bb0e604cfcd081894c40f6b223dfe6fec8e47c94371513d1fea8d2b62133a61c4ebcb3c6468"
48+
]
49+
}
50+
x-commit-hash: "939dfcbfc31f6c396532c08d8857f2672d90f2f3"

0 commit comments

Comments
 (0)