-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathatd.opam
More file actions
119 lines (119 loc) · 4.19 KB
/
Copy pathatd.opam
File metadata and controls
119 lines (119 loc) · 4.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Parser for the ATD data format description language"
description: """
ATD is the OCaml library providing a parser for the ATD language and various
utilities. ATD stands for Adjustable Type Definitions in reference to its main
property of supporting annotations that allow a good fit with a variety of data
formats. This package also provides the 'atdcat' and 'atddiff' command-line
utilities."""
maintainer: [
"Louis Roché <louis@louisroche.net>"
"Martin Jambon <martin@mjambon.com>"
"Rudi Grinberg <me@rgrinberg.com>"
]
authors: [
"Martin Jambon <martin@mjambon.com>"
"Martin Jambon <martin@r2c.dev>"
"Rudi Grinberg <rudi.grinberg@gmail.com>"
"Martin Jambon <github@mjambon.com>"
"Alexandre Bourquelot <alexandre.bourquelot@ahrefs.com>"
"oleksiy <oleksiy.golovko@ahrefs.com>"
"Ivan Jager <aij+git@mrph.org>"
"Martin Jambon <martin@semgrep.com>"
"Gregoire Lionnet <gregoire.lionnet@ahrefs.com>"
"Sebastien Mondet <sebastien.mondet@ahrefs.com>"
"David Sheets <sheets@alum.mit.edu>"
"Rudi Grinberg <me@rgrinberg.com>"
"Martin Jambon <martin@esper.com>"
"Rytis Jonynas <rytis.jonynas@ahrefs.com>"
"Jeff Meister <nanaki@gmail.com>"
"Raman Varabets <roman.vorobets@gmail.com>"
"Carmelo Piccione <carmelo.piccione@gmail.com>"
"Louis <louis.roche@ahrefs.com>"
"Caio Wakamatsu <caio.wakamatsu@ahrefs.com>"
"Marek Kubica <marek@tarides.com>"
"Daniel Weil <danweil68@gmail.com>"
"Egor Chemokhonenko <egor.chemohonenko@ahrefs.com>"
"Gabriel Scherer <gabriel.scherer@gmail.com>"
"Javier Chavarri <javier.chavarri@gmail.com>"
"Louis Roché (Ahrefs) <louis.roche@ahrefs.com>"
"Matthew McQuaid <matthew@returntocorp.com>"
"Raman Varabets <raman+git@ahrefs.com>"
"koonwen <koonwen@gmail.com>"
"tzm <frank@boldsolutions.de>"
"Mathieu Baudet <mathieubaudet@fb.com>"
"Oleksiy Golovko <alexei.golovko@gmail.com>"
"Rauan Mayemir <rauan@mayemir.io>"
"Seb Mondet <seb@mondet.org>"
"Alexandre Bourquelot <alexandre.bourquelot@gmail.com>"
"Carmelo Piccione <cep1@solvuu.com>"
"Hyeseong Kim <hey@hyeseong.kim>"
"John Billings <john@monkeynut.org>"
"Louis Roché <louis@louisroche.net>"
"Mathieu Barbin <mathieu.barbin@gmail.com>"
"Zach Yannes <zach@returntocorp.com>"
"Antonin Décimo <antonin@tarides.com>"
"Brendan Long <self@brendanlong.com>"
"Chris Yocum <cyocum@gmail.com>"
"Kate <kit.ty.kate@disroot.org>"
"Louis Roché <louis.roche@ahrefs.com>"
"Pavel Antoshkin <pavel.antoshkin@ahrefs.com>"
"Pierre Boutillier <pierre.boutillier@laposte.net>"
"Shon Feder <shon.feder@key.me>"
"metanivek <metanivek@gmail.com>"
"sebastiantoh <sebas.tsj.98@gmail.com>"
"Anurag Soni <anuragsoni.13@gmail.com>"
"Arjun Ravi Narayan <arjunravinarayan@gmail.com>"
"Asya-kawai <kawai-toshiki@aintek.xyz>"
"Christophe Troestler <christophe.Troestler@umons.ac.be>"
"Corentin Leruth <corentin.leruth@gmail.com>"
"Damien Doligez <ddoligez@janestreet.com>"
"Daniel M <dan.mntg@gmail.com>"
"Ding Xiang Fei <dingxiangfei2009@protonmail.ch>"
"Enrico Tassi <Enrico.Tassi@Inria.fr>"
"François Pottier <francois.pottier@inria.fr>"
"Javier Chávarri <javier.chavarri@gmail.com>"
"Jonas Bergler <jonas@bergler.name>"
"Kate <kit-ty-kate@exn.st>"
"Koon Wen Lee <koonwen@gmail.com>"
"Louis <mail+github@louisroche.net>"
"Louis Roché <louis@cryptosense.com>"
"Stephane Legrand <slegrand45@gmail.com>"
"Vincent Bernardoff <vb@luminar.eu.org>"
"Zach <zachyannes@gmail.com>"
"haoyang <haoyang@esper.co>"
"pmundkur <prashanth.mundkur@gmail.com>"
"rr0gi <igor@ahrefs.com>"
"ygrek <ygrek@autistici.org>"
]
license: "BSD-3-Clause"
homepage: "https://github.com/ahrefs/atd"
bug-reports: "https://github.com/ahrefs/atd/issues"
depends: [
"dune" {>= "3.18"}
"ocaml" {>= "4.14"}
"menhir" {>= "20180523" & != "20211230"}
"easy-format"
"alcotest" {with-test}
"testo" {>= "0.3.0" & with-test}
"odoc" {with-doc}
"re" {>= "1.9.0"}
"yojson" {>= "1.6.0"}
"cmdliner" {>= "1.1.0"}
]
dev-repo: "git+https://github.com/ahrefs/atd.git"
x-maintenance-intent: ["(latest)"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]