this repo has no description
1opam-version: "2.0"
2synopsis: "Runtime library for code generated by atdgen"
3description: """
4This package should be used only in conjunction with the stdgen code
5generator"""
6maintainer: ["Rudi Grinberg <me@rgrinberg.com>"]
7authors: [
8 "Martin Jambon <martin@mjambon.com>"
9 "David Sheets <sheets@alum.mit.edu>"
10 "Rudi Grinberg <me@rgrinberg.com>"
11 "Ivan Jager <aij+git@mrph.org>"
12 "Jeff Meister <nanaki@gmail.com>"
13 "Carmelo Piccione <carmelo.piccione@gmail.com>"
14 "Raman Varabets <roman.vorobets@gmail.com>"
15 "Mathieu Baudet <mathieubaudet@fb.com>"
16 "Rauan Mayemir <rauan@mayemir.io>"
17 "Louis Roché <louis@louisroche.net>"
18 "Brendan Long <self@brendanlong.com>"
19 "Christophe Troestler <christophe.Troestler@umons.ac.be>"
20 "Vincent Bernardoff <vb@luminar.eu.org>"
21 "haoyang <haoyang@esper.co>"
22]
23license: "MIT"
24homepage: "https://github.com/ahrefs/atd"
25bug-reports: "https://github.com/ahrefs/atd/issues"
26depends: [
27 "ocaml" {>= "4.02"}
28 "dune" {>= "2.0"}
29 "yojson" {>= "1.7.0" & < "2.0.0"}
30 "biniou" {>= "1.0.6"}
31 "re"
32]
33dev-repo: "git+https://github.com/ahrefs/atd.git"
34build: [
35 ["dune" "subst"] {dev}
36 [
37 "dune"
38 "build"
39 "-p"
40 name
41 "-j"
42 jobs
43 "@install"
44 "@doc" {with-doc}
45 ]
46]
47url {
48 src: "https://github.com/ahrefs/atd/releases/download/2.2.1/atd-2.2.1.tbz"
49 checksum: [
50 "sha256=db6b4c1a6293b214a7b7a3da435e681abd1b16b55d5aa246b93d26736d3a559e"
51 "sha512=0c7f1985cc4d87ddd541bb2f7085b72f81aaef69468653319a4a52e6cd6c9318511229784a12cdb413ae500e7a5b8195759e0d8d49946a9b00f62e8dda07e8a2"
52 ]
53}