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