this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: [ "David Scott" "Rolf Neugebauer" "Anil Madhavapeddy" "Simon Ferquel"]
4license: "ISC"
5homepage: "https://github.com/mirage/ocaml-hvsock"
6dev-repo: "git+https://github.com/mirage/ocaml-hvsock.git"
7bug-reports: "https://github.com/mirage/ocaml-hvsock/issues"
8doc: "https://mirage.github.io/ocaml-hvsock"
9
10build: [
11 [ "dune" "subst" ] {dev}
12 [ "dune" "build" "-p" name "-j" jobs ]
13]
14
15depends: [
16 "ocaml" {>= "4.03.0"}
17 "base-bytes"
18 "base-threads"
19 "base-unix"
20 "lwt" {>= "3.2.0"}
21 "logs"
22 "fmt"
23 "cmdliner" {< "1.1.0"}
24 "sha"
25 "uri"
26 "base64" {>= "3.0.0"}
27 "uuidm"
28 "uutf"
29 "mirage-flow" {>= "2.0.0" & < "4.0.0"}
30 "mirage-flow-combinators" {>= "2.0.0"}
31 "mirage-time" {>= "2.0.0"}
32 "cstruct" {>= "6.0.0"}
33 "duration"
34 "dune" {>= "1.2.0"}
35 "alcotest" {with-test & >= "0.4.0"}
36]
37depexts: [
38 ["linux-headers"] {os-distribution = "alpine"}
39 ["linux-libc-dev"] {os-family = "debian"}
40 ["kernel-headers"] {os-distribution = "fedora"}
41 ["kernel-headers"] {os-distribution = "rhel"}
42]
43synopsis: "Bindings for Hyper-V AF_VSOCK"
44description: """
45[](https://travis-ci.org/mirage/ocaml-hvsock)
46[](https://ci.appveyor.com/project/mirage/ocaml-hvsock/branch/master)
47
48These bindings allow Host <-> VM communication on Hyper-V systems on both Linux
49and Windows.
50
51*Warning*: the `AF_HYPERV` patches for Linux are not yet merged and hence the
52definition of `AF_HYPERV` is not yet stable. If other address families are merged
53before this one then the value of `AF_HYPERV` will change!
54
55Please read [the API documentation](https://djs55.github.io/ocaml-hvsock/index.html)."""
56url {
57 src:
58 "https://github.com/mirage/ocaml-hvsock/releases/download/3.0.0/hvsock-3.0.0.tbz"
59 checksum: [
60 "sha256=46d179976f153a7723890ba78fbcfee60e70b3cc9cc3574eb4bb8a682525e4e2"
61 "sha512=f38d53ba07ed77d39c1e92864506ebc7daab0321c8fc2709660c7a55bb43de82af56571d827cbc03443c1b5ccb3a898f6a2163d32d9c5c52b5f4e36507b56969"
62 ]
63}
64x-commit-hash: "6242f89010e79ae0e658880e4ce773587c815c9b"