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