opam-version: "1.2"
maintainer: "Thomas Leonard <talex5@gmail.com>"
authors: "Thomas Leonard <talex5@gmail.com>"
homepage: "https://github.com/mirage/mirage-profile"
bug-reports: "https://github.com/mirage/mirage-profile/issues"
license: "BSD-2-clause"
doc: "https://mirage.github.io/mirage-profile"
dev-repo: "https://github.com/mirage/mirage-profile.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "jbuilder" {build & >= "1.0+beta9"}
  "cstruct" {>= "3.0.0"}
  "ppx_cstruct"
  "ocplib-endian"
  "lwt"
]
available: [ocaml-version >= "4.03.0"]
