this repo has no description
1opam-version: "2.0"
2maintainer: "Magnus Skjegstad <magnus@skjegstad.com>"
3authors: "Magnus Skjegstad <magnus@skjegstad.com>"
4homepage: "https://github.com/mirage/mirage-vnetif"
5bug-reports: "https://github.com/mirage/mirage-vnetif/issues/"
6dev-repo: "git+https://github.com/mirage/mirage-vnetif.git"
7doc: "https://mirage.github.io/mirage-vnetif/"
8license: "ISC"
9
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13]
14
15depends: [
16 "ocaml" {>= "4.06.0"}
17 "dune" {>= "1.0"}
18 "lwt"
19 "mirage-time" {>= "2.0.0"}
20 "mirage-clock" {>= "3.0.0"}
21 "mirage-net" {>= "3.0.0"}
22 "cstruct" {>="2.4.0" & < "6.1.0"}
23 "ipaddr" {>= "3.0.0"}
24 "macaddr"
25 "mirage-profile"
26 "duration"
27 "logs"
28 "result"
29]
30tags: ["org:mirage"]
31synopsis: "Virtual network interface and software switch for Mirage"
32description: """
33Provides the module `Vnetif` which can be used as a replacement for the regular
34`Netif` implementation in Xen and Unix. Stacks built using `Vnetif` are
35connected to a software switch that allows the stacks to communicate as if they
36were connected to the same LAN.
37"""
38url {
39 src:
40 "https://github.com/mirage/mirage-vnetif/releases/download/v0.5.0/mirage-vnetif-v0.5.0.tbz"
41 checksum: [
42 "sha256=b85460222a780c9b99151b40a00cf57c29bd865baa63d702f997891d8ae3f832"
43 "sha512=7889d12b35647868bea34ecd8fd1976411f2e74bc0b97b49e9b0eafca67ca2c37f2fd360afc3362d447f9b93445e888d52f4da484bece86ecb4075bb6e225491"
44 ]
45}