opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: make
remove: [["ocamlfind" "remove" "odn"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "type_conv" {>= "108.07.01"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Store data using OCaml notation (deprecated)"
description: """
This project uses type-conv to dump OCaml data structure using OCaml
data notation. This kind of data dumping helps to write OCaml code
generator, like OASIS."""
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/odn/ocaml-data-notation/0.0.10/ocaml-data-notation-0.0.10.tar.gz"
  checksum: "md5=35b32f58d01a8fe2e0deead4bc8d78b8"
}
