opam-version: "1.2"
maintainer: "dave@recoil.org"
authors: [ "David Scott" "Rolf Neugebauer" "Anil Madhavapeddy" "Simon Ferquel"]
license: "ISC"
homepage: "https://github.com/mirage/ocaml-hvsock"
dev-repo: "https://github.com/mirage/ocaml-hvsock.git"
bug-reports: "https://github.com/mirage/ocaml-hvsock/issues"
doc: "https://mirage.github.io/ocaml-hvsock"

build: [
  [ "dune" "subst" ] {pinned}
  [ "dune" "build" "-p" name "-j" jobs ]
]

build-test:[
  [ "dune" "subst" ] {pinned}
  [ "dune" "runtest" "-p" name "-j" jobs ]
]

depends: [
  "base-bytes"
  "base-threads"
  "base-unix"
  "lwt" {>= "3.2.0"}
  "logs"
  "fmt"
  "cmdliner"
  "sha"
  "uri"
  "base64" {< "3.0.0"}
  "uuidm"
  "uutf"
  "mirage-flow-lwt" {>= "1.2.0"}
  "mirage-time-lwt" {>= "1.0.0"}
  "cstruct" {>= "2.4.0"}
  "duration"
  "dune" {build}
  "alcotest" {test & >= "0.4.0"}
]

depexts: [
  [["alpine"] ["linux-headers"]]
]

available: [ ocaml-version >= "4.03.0" ]
