opam-version: "2.0"
maintainer:   "anil@recoil.org"
authors:      ["Anil Madhavapeddy" "Richard Mortier" "Thomas Gazagnaire"
               "Pierre Chambart" "David Kaloper" "Jeremy Yallop" "David Scott"
               "Mindy Preston" ]
homepage:     "https://github.com/mirage/ocaml-cstruct"
license:      "ISC"
dev-repo: "git+https://github.com/mirage/ocaml-cstruct.git"
bug-reports:  "https://github.com/mirage/ocaml-cstruct/issues"
tags: [ "org:mirage" "org:ocamllabs" ]
depends: [
  "ocaml" {>= "4.02.3" & < "4.08.0"}
  "cstruct" {< "3.0.0"}
  "base-unix"
]
synopsis: "Access C-like structures directly from OCaml"
description: """
This is a dummy package to facilitate the migration to cstruct 3.0.0,
where several package were split out of the main Cstruct package."""
