this repo has no description
1opam-version: "2.0" 2synopsis: "Python/mypy code generation for ATD APIs" 3description: "Python/mypy code generation for ATD APIs" 4maintainer: [ 5 "Louis Roché <louis@louisroche.net>" 6 "Martin Jambon <martin@mjambon.com>" 7 "Rudi Grinberg <me@rgrinberg.com>" 8] 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.08"} 30 "dune" {>= "2.8"} 31 "alcotest" {with-test} 32 "atd" {>= "2.3.0" & < "2.10.0"} 33 "atdgen" {>= "2.3.0" & < "2.10.0"} 34 "cmdliner" {>= "1.1.0"} 35 "odoc" {with-doc} 36] 37build: [ 38 ["dune" "subst"] {dev} 39 [ 40 "dune" 41 "build" 42 "-p" 43 name 44 "-j" 45 jobs 46 "@install" 47 "@doc" {with-doc} 48 ] 49] 50dev-repo: "git+https://github.com/ahrefs/atd.git" 51url { 52 src: 53 "https://github.com/ahrefs/atd/releases/download/2.3.3/atdgen-codec-runtime-2.3.3.tbz" 54 checksum: [ 55 "sha256=3a25addaebfe13b48a44fe3e6de88e9c50ea62433dfd3684f0a894d957d1eb47" 56 "sha512=a4375cb465b9d34b1bab49f331600b108241342e1957d9a2332eec5dd55ecf70021c21a6bb2431f015359e46dffbdae06a21c4f5c98c7e9ef3911bb7dca9461b" 57 ] 58} 59x-commit-hash: "28b612fbe750408ce58c3e952196460b2d7f5894"