opam-version: "1"
maintainer: "anil@recoil.org"
authors: ["Anil Madhavapeddy"]
homepage: "https://github.com/mirage/ocaml-cstruct"
license: "ISC"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  [make]
  [make "install"]
]
remove: [["ocamlfind" "remove" "cstruct"]]
depends: [
  "ocamlfind"
  "ocplib-endian"
  "ounit"
  "camlp4"
  "sexplib"
]
depopts: [
  "async"
  "lwt"
]
