this repo has no description
1opam-version: "2.0"
2synopsis: "Parser for the ATD data format description language"
3description: """
4ATD is the OCaml library providing a parser for the ATD language and various
5utilities. ATD stands for Adjustable Type Definitions in reference to its main
6property of supporting annotations that allow a good fit with a variety of data
7formats. """
8maintainer: ["Rudi Grinberg <me@rgrinberg.com>"]
9authors: [
10 "Martin Jambon <martin@mjambon.com>"
11 "David Sheets <sheets@alum.mit.edu>"
12 "Rudi Grinberg <me@rgrinberg.com>"
13 "Ivan Jager <aij+git@mrph.org>"
14 "Jeff Meister <nanaki@gmail.com>"
15 "Carmelo Piccione <carmelo.piccione@gmail.com>"
16 "Raman Varabets <roman.vorobets@gmail.com>"
17 "Mathieu Baudet <mathieubaudet@fb.com>"
18 "Rauan Mayemir <rauan@mayemir.io>"
19 "Louis Roché <louis@louisroche.net>"
20 "Brendan Long <self@brendanlong.com>"
21 "Christophe Troestler <christophe.Troestler@umons.ac.be>"
22 "Vincent Bernardoff <vb@luminar.eu.org>"
23 "haoyang <haoyang@esper.co>"
24]
25license: "MIT"
26homepage: "https://github.com/ahrefs/atd"
27bug-reports: "https://github.com/ahrefs/atd/issues"
28depends: [
29 "ocaml" {>= "4.02" & < "5.0"}
30 "dune" {>= "2.0"}
31 "menhir" {< "20211215"}
32 "easy-format"
33 "re" {>= "1.7.2"}
34]
35dev-repo: "git+https://github.com/ahrefs/atd.git"
36build: [
37 ["dune" "subst"] {dev}
38 [
39 "dune"
40 "build"
41 "-p"
42 name
43 "-j"
44 jobs
45 "@install"
46 "@doc" {with-doc}
47 ]
48]
49url {
50 src: "https://github.com/ahrefs/atd/releases/download/2.2.1/atd-2.2.1.tbz"
51 checksum: [
52 "sha256=db6b4c1a6293b214a7b7a3da435e681abd1b16b55d5aa246b93d26736d3a559e"
53 "sha512=0c7f1985cc4d87ddd541bb2f7085b72f81aaef69468653319a4a52e6cd6c9318511229784a12cdb413ae500e7a5b8195759e0d8d49946a9b00f62e8dda07e8a2"
54 ]
55}