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.08.0"}
17 "dune" {>= "1.9"}
18 "lwt"
19 "mirage-net" {>= "3.0.0"}
20 "cstruct" {>="6.0.0"}
21 "ipaddr" {>= "3.0.0"}
22 "macaddr"
23 "duration"
24 "logs"
25]
26conflicts: [ "result" {< "1.5"} ]
27tags: ["org:mirage"]
28synopsis: "Virtual network interface and software switch for Mirage"
29description: """
30Provides the module `Vnetif` which can be used as a replacement for the regular
31`Netif` implementation in Xen and Unix. Stacks built using `Vnetif` are
32connected to a software switch that allows the stacks to communicate as if they
33were connected to the same LAN.
34"""
35url {
36 src:
37 "https://github.com/mirage/mirage-vnetif/releases/download/v0.6.2/mirage-vnetif-0.6.2.tbz"
38 checksum: [
39 "sha256=4a8adcacf4618426211dab0b4061ef4ed2e8db6f7fdf1541e9feff5ce9454522"
40 "sha512=f186bffb3701bd19817d5c6a01346fbc395f7a6986b6a5e0008f55c0833eb3b1d8bc8fb9b801f09fcde2ad4c8ad898379c0274d6cfd627cdb3780d7f8a5dc2c4"
41 ]
42}
43x-commit-hash: "9955006b1fa6ee321a159c55eb96ade4de64b4a8"
44x-maintenance-intent: [ "(latest)" ]