opam-version: "2.0"
maintainer: "anil@recoil.org"
authors: [
  "Anil Madhavapeddy"
  "Thomas Gazagnaire"
]
homepage: "https://github.com/mirage/dyntype/"
license: "ISC"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: make
remove: [["ocamlfind" "remove" "dyntype"]]
depends: [
  "ocaml"
  "ocamlfind"
  "type_conv" {>= "108.07.00"}
  "camlp4"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/dyntype"
install: [make "install"]
synopsis:
  "syntax extension which makes OCaml types and values easier to manipulate programmatically"
flags: light-uninstall
url {
  src: "https://github.com/mirage/dyntype/archive/dyntype-0.9.0.tar.gz"
  checksum: "md5=9635842d60ec7112dace5106e1f0bddd"
}
