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.0.tar.gz"
22 checksum: [
23 "sha256=5dcdbf3d9a8a48c92d3c8d0d0dbdf79fd8561ed79612c81a99e43572a76c1c1f"
24 "md5=4fd36d728c2096dcee2bb1fa81882db1"
25 ]
26}
27extra-source "atd.install" {
28 src:
29 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/atd/atd.install.1.1.0"
30 checksum: [
31 "sha256=bc7939fabca2de3d35c1d2166456fd9be169586056ab208094d2cc75b6cf5e72"
32 "md5=e8e10fa0f841eeef31a79df8e78618f0"
33 ]
34}