this repo has no description
1opam-version: "2.0"
2synopsis: "Runtime for atdgen generated bucklescript converters"
3description: """
4This library contains the types that are used by atdgen's
5bucklescript backend"""
6maintainer: [
7 "Louis Roché <louis@louisroche.net>"
8 "Martin Jambon <martin@mjambon.com>"
9 "Rudi Grinberg <me@rgrinberg.com>"
10]
11authors: [
12 "Martin Jambon <martin@mjambon.com>"
13 "David Sheets <sheets@alum.mit.edu>"
14 "Rudi Grinberg <me@rgrinberg.com>"
15 "Ivan Jager <aij+git@mrph.org>"
16 "Jeff Meister <nanaki@gmail.com>"
17 "Carmelo Piccione <carmelo.piccione@gmail.com>"
18 "Raman Varabets <roman.vorobets@gmail.com>"
19 "Mathieu Baudet <mathieubaudet@fb.com>"
20 "Rauan Mayemir <rauan@mayemir.io>"
21 "Louis Roché <louis@louisroche.net>"
22 "Brendan Long <self@brendanlong.com>"
23 "Christophe Troestler <christophe.Troestler@umons.ac.be>"
24 "Vincent Bernardoff <vb@luminar.eu.org>"
25 "haoyang <haoyang@esper.co>"
26]
27license: "MIT"
28homepage: "https://github.com/ahrefs/atd"
29bug-reports: "https://github.com/ahrefs/atd/issues"
30depends: [
31 "dune" {>= "2.8"}
32 "ocaml" {>= "4.08"}
33 "odoc" {with-doc}
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:
51 "https://github.com/ahrefs/atd/releases/download/2.3.3/atdgen-codec-runtime-2.3.3.tbz"
52 checksum: [
53 "sha256=3a25addaebfe13b48a44fe3e6de88e9c50ea62433dfd3684f0a894d957d1eb47"
54 "sha512=a4375cb465b9d34b1bab49f331600b108241342e1957d9a2332eec5dd55ecf70021c21a6bb2431f015359e46dffbdae06a21c4f5c98c7e9ef3911bb7dca9461b"
55 ]
56}
57x-commit-hash: "28b612fbe750408ce58c3e952196460b2d7f5894"