this repo has no description
1opam-version: "2.0" 2maintainer: "Andre Nathan <andre@hostnet.com.br>" 3authors: ["Andre Nathan <andre@hostnet.com.br>"] 4license: "MIT" 5homepage: "https://github.com/andrenth/ocaml-swagger" 6dev-repo: "git+https://github.com/andrenth/ocaml-swagger.git" 7bug-reports: "https://github.com/andrenth/ocaml-swagger/issues" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.05.0"} 13 "dune" {>= "1.3"} 14 "atdgen" {>= "2.0.0" & < "2.3.0"} 15 "re" {>= "1.7.3"} 16 "yojson" {>= "1.4.1"} 17] 18synopsis: "Swagger 2.0 code generator for OCaml" 19url { 20 src: "https://github.com/andrenth/ocaml-swagger/archive/0.2.0.tar.gz" 21 checksum: [ 22 "md5=3dfb587340cdf24d4d1a8be19087a640" 23 "sha512=bce60335e862238644c1dc5b37a6c5d649c0eddfeb6c68b4e2490acce081a6bfc200260a8ae2d3a130725da222dce513b0b3ddb03be7cc886f190a2ef9eadd38" 24 ] 25}