this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://github.com/mjambon/atd" 4build: make 5remove: [["ocamlfind" "remove" "atd"]] 6depends: [ 7 "ocaml" {< "5.0"} 8 "ocamlfind" 9 "menhir" {< "20211215"} 10 "easy-format" 11] 12install: [make "install" "BINDIR=%{bin}%"] 13synopsis: "Parser for the ATD data format description language" 14description: """ 15ATD is the OCaml library providing a parser for the ATD language and 16various utilities. ATD stands for Adjustable Type Definitions in 17reference to its main property of supporting annotations that allow a 18good fit with a variety of data formats.""" 19flags: light-uninstall 20url { 21 src: "https://github.com/mjambon/atd/archive/v1.1.1.tar.gz" 22 checksum: [ 23 "sha256=2af8fb9b8975c06032360b324270ca7937b3f675d878cf244c25705e18b1f73e" 24 "md5=57f5caf4a1e7f44bc52daa996c8fbc88" 25 ] 26} 27extra-source "atd.install" { 28 src: 29 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/atd/atd.install.1.1.1" 30 checksum: [ 31 "sha256=bc7939fabca2de3d35c1d2166456fd9be169586056ab208094d2cc75b6cf5e72" 32 "md5=e8e10fa0f841eeef31a79df8e78618f0" 33 ] 34}