opam-version: "2.0"
maintainer: "Thomas Leonard <talex5@gmail.com>"
authors: "Thomas Leonard <talex5@gmail.com>"
homepage: "https://github.com/mirage/mirage-profile"
dev-repo: "git+https://github.com/mirage/mirage-profile.git"
bug-reports: "https://github.com/mirage/mirage-profile/issues"
doc: "https://mirage.github.io/mirage-profile"
license: "BSD-2-clause"

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

depends: [
  "ocaml" {>= "4.03.0"}
  "jbuilder" {>= "1.0+beta9"}
  "cstruct" {>= "3.0.0" & < "3.2.0"}
  "ppx_cstruct"
  "ocplib-endian"
  "lwt"
]
synopsis: "collect runtime profiling information in CTF format"
description: "See http://openmirage.org/wiki/profiling for instructions."
url {
  src:
    "https://github.com/mirage/mirage-profile/releases/download/0.8.1/mirage-profile-0.8.1.tbz"
  checksum: "md5=42cb61b5e377cbcc0a3620ba996473a6"
}
