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