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"}
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 "conf-linux-libc-dev"
37]
38synopsis: "Bindings for Hyper-V AF_VSOCK"
39description: """
40[](https://travis-ci.org/mirage/ocaml-hvsock)
41[](https://ci.appveyor.com/project/mirage/ocaml-hvsock/branch/master)
42
43These bindings allow Host <-> VM communication on Hyper-V systems on both Linux
44and Windows.
45
46*Warning*: the `AF_HYPERV` patches for Linux are not yet merged and hence the
47definition of `AF_HYPERV` is not yet stable. If other address families are merged
48before this one then the value of `AF_HYPERV` will change!
49
50Please read [the API documentation](https://djs55.github.io/ocaml-hvsock/index.html)."""
51url {
52 src:
53 "https://github.com/mirage/ocaml-hvsock/releases/download/3.0.1/hvsock-3.0.1.tbz"
54 checksum: [
55 "sha256=41659fb404dd3c7b694e7e5ab450df7af4240f4592b5b7c356d1598dbd32cac4"
56 "sha512=4d355c58a86630dfe77ae084d93f23f2666bc46b0161128d99f51db286d0e49afc4f8130596b513b850c601fad8029e2e6dfc40d50cd854bf330c280a654e164"
57 ]
58}
59x-commit-hash: "6b90ba4ab43257e05e377672f4e07b2d1b643588"