opam-version: "1.2"
maintainer: "anil@recoil.org"
authors: [
  "Anil Madhavapeddy"
  "Richard Mortier"
  "Thomas Gazagnaire"
  "Pierre Chambart"
  "David Kaloper"
  "Jeremy Yallop"
  "David Scott"
  "Mindy Preston"
  "Thomas Leonard"
]
homepage: "https://github.com/mirage/ocaml-cstruct"
bug-reports: "https://github.com/mirage/ocaml-cstruct/issues"
license: "ISC"
tags: ["org:mirage" "org:ocamllabs"]
dev-repo: "https://github.com/mirage/ocaml-cstruct.git"
build: [
  ["jbuilder" "subst" "-p" name "--name" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "base-unix"
  "lwt"
  "cstruct"
  "jbuilder" {build & >= "1.0+beta7"}
]
available: [ocaml-version >= "4.03.0"]
