opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: make
remove: [["ocamlfind" "remove" "odn"]]
depends: [
  "ocaml"
  "ocamlfind"
  "type_conv" {= "108.00.02"}
  "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.9/ocaml-data-notation-0.0.9.tar.gz"
  checksum: "md5=aa16e0f2230fa2bb2b3808c0665f056c"
}
