opam-version: "2.0"
maintainer: "Etienne Millon <etienne@cryptosense.com>"
authors: "Etienne Millon <etienne@cryptosense.com>"
homepage: "https://github.com/cryptosense/records"
bug-reports: "https://github.com/cryptosense/records/issues"
license: "BSD-2-Clause"
dev-repo: "git+https://github.com/cryptosense/records.git"
build: [
  [make]
  [make "check"] {with-test}
]
install: [make "install"]
remove: ["ocamlfind" "remove" "records"]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind" {build}
  "ounit" {with-test}
  "yojson"
  "ocamlbuild" {build}
]
depopts: [
  "bisect_ppx" {with-test}
]
synopsis: "Dynamic records"
description: """
This library makes it possible to create first-class record types and fields.
These can be defined at runtime and provide efficient access."""
flags: light-uninstall
url {
  src: "https://github.com/cryptosense/records/archive/v0.2.0.tar.gz"
  checksum: "md5=ec836339c5c10aafe79f9d26eee3cb96"
}
