|
| 1 | +opam-version: "2.0" |
| 2 | +synopsis: "Parser for the ATD data format description language" |
| 3 | +description: """ |
| 4 | +ATD is the OCaml library providing a parser for the ATD language and various |
| 5 | +utilities. ATD stands for Adjustable Type Definitions in reference to its main |
| 6 | +property of supporting annotations that allow a good fit with a variety of data |
| 7 | +formats. This package also provides the 'atdcat' and 'atddiff' command-line |
| 8 | +utilities.""" |
| 9 | +maintainer: [ |
| 10 | + |
| 11 | + "Martin Jambon < [email protected]>" |
| 12 | + "Rudi Grinberg < [email protected]>" |
| 13 | +] |
| 14 | +authors: [ |
| 15 | + "Martin Jambon < [email protected]>" |
| 16 | + "Rudi Grinberg < [email protected]>" |
| 17 | + "Martin Jambon < [email protected]>" |
| 18 | + "Martin Jambon < [email protected]>" |
| 19 | + |
| 20 | + |
| 21 | + "David Sheets < [email protected]>" |
| 22 | + "Rudi Grinberg < [email protected]>" |
| 23 | + "Martin Jambon < [email protected]>" |
| 24 | + "Jeff Meister < [email protected]>" |
| 25 | + "Caio Wakamatsu < [email protected]>" |
| 26 | + "Carmelo Piccione < [email protected]>" |
| 27 | + |
| 28 | + "Egor Chemokhonenko < [email protected]>" |
| 29 | + "Gabriel Scherer < [email protected]>" |
| 30 | + "Raman Varabets < [email protected]>" |
| 31 | + |
| 32 | + "Mathieu Baudet < [email protected]>" |
| 33 | + "Oleksiy Golovko < [email protected]>" |
| 34 | + "Rauan Mayemir < [email protected]>" |
| 35 | + "Carmelo Piccione < [email protected]>" |
| 36 | + "John Billings < [email protected]>" |
| 37 | + |
| 38 | + "Brendan Long < [email protected]>" |
| 39 | + |
| 40 | + "Louis Roché (Ahrefs) < [email protected]>" |
| 41 | + |
| 42 | + "Pavel Antoshkin < [email protected]>" |
| 43 | + "Pierre Boutillier < [email protected]>" |
| 44 | + |
| 45 | + |
| 46 | + "Arjun Ravi Narayan < [email protected]>" |
| 47 | + |
| 48 | + "Christophe Troestler < [email protected]>" |
| 49 | + "Damien Doligez < [email protected]>" |
| 50 | + |
| 51 | + "Ding Xiang Fei < [email protected]>" |
| 52 | + "François Pottier < [email protected]>" |
| 53 | + "Javier Chavarri < [email protected]>" |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + "Raman Varabets < [email protected]>" |
| 58 | + "Stephane Legrand < [email protected]>" |
| 59 | + "Vincent Bernardoff < [email protected]>" |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +] |
| 64 | +license: "MIT" |
| 65 | +homepage: "https://github.com/ahrefs/atd" |
| 66 | +bug-reports: "https://github.com/ahrefs/atd/issues" |
| 67 | +depends: [ |
| 68 | + "dune" {>= "2.8"} |
| 69 | + "ocaml" {>= "4.08"} |
| 70 | + "menhir" {>= "20180523" & != "20211230"} |
| 71 | + "easy-format" |
| 72 | + "alcotest" {with-test} |
| 73 | + "odoc" {with-doc} |
| 74 | + "re" {>= "1.9.0"} |
| 75 | + "yojson" {>= "1.6.0"} |
| 76 | +] |
| 77 | +dev-repo: "git+https://github.com/ahrefs/atd.git" |
| 78 | +build: [ |
| 79 | + ["dune" "subst"] {dev} |
| 80 | + [ |
| 81 | + "dune" |
| 82 | + "build" |
| 83 | + "-p" |
| 84 | + name |
| 85 | + "-j" |
| 86 | + jobs |
| 87 | + "@install" |
| 88 | + "@doc" {with-doc} |
| 89 | + ] |
| 90 | +] |
| 91 | +url { |
| 92 | + src: |
| 93 | + "https://github.com/ahrefs/atd/releases/download/2.13.0/atd-2.13.0.tbz" |
| 94 | + checksum: [ |
| 95 | + "sha256=07ae72534d0f144ec0e30d517128825afc9f3c3b71f6bce03d68a8c61e7f46a6" |
| 96 | + "sha512=8ae7b7e38e6496465fa75d7d51252e8751cc423605f664018c61a324a796f5ff6c74a3247861bb2550a6dcae56f1d4ec8eb673428dba34a26f53e6ef3f74e960" |
| 97 | + ] |
| 98 | +} |
| 99 | +x-commit-hash: "9b96a02d5f78573fb32e514f0f6aa4784700dd43" |
0 commit comments