opam-version: "2.0"
maintainer: "Andrew Rudenko <ceo@prepor.ru>"
authors: "Andrew Rudenko <ceo@prepor.ru>"
homepage: "http://github.com/prepor/ocaml-edn"
license: "MIT"
bug-reports: "http://github.com/prepor/ocaml-edn/issues"
dev-repo: "git+https://github.com/prepor/ocaml-edn.git"
doc: "https://prepor.github.io/ocaml-edn/doc"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "dune"
  "menhir" {build}
  "ounit" {with-test}
]
synopsis: "Parsing OCaml library for EDN format"
description:
  "This library implements [EDN][edn] parser and generator for OCaml."
url {
  src:
    "https://github.com/prepor/ocaml-edn/releases/download/v0.1.6-1-gff9db95/edn-0.1.6-1-gff9db95.tbz"
  checksum: "md5=8ebf3671d4787d0a86be6dbe6f96d057"
}
