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"
doc: "https://cryptosense.github.io/records/doc"
build: [
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
  ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"]
    {with-test}
  ["ocaml" "pkg/pkg.ml" "test"] {with-test}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "ounit" {with-test}
  "yojson"
  "result"
  "topkg" {build}
]
tags: ["org:cryptosense"]
synopsis: "Records"
description:
  "This library enables you to define and manipulate dynamic records in OCaml."
url {
  src:
    "https://github.com/cryptosense/records/releases/download/v0.8.0/records-0.8.0.tbz"
  checksum: "md5=d67b3315208072bf9a3e99d834a1cbec"
}
