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 ["jbuilder" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "ocaml" {>= "4.05.0"}
13 "jbuilder" {>= "1.0+beta7"}
14 "atdgen" {>= "1.12.0" & < "2.3.0"}
15 "re" {>= "1.7.3"}
16 "yojson" {>= "1.4.1"}
17]
18synopsis: "Swagger code generator for OCaml"
19description: """
20OCaml-Swagger is a Swagger 2.0 API client code generator
21for OCaml."""
22url {
23 src: "https://github.com/andrenth/ocaml-swagger/archive/0.1.0.tar.gz"
24 checksum: [
25 "sha256=a54f18d7e0d2b9f1e97bef55b2d281b0136f5f02770cb13679b06e7d6ed76815"
26 "md5=b83910df142b602819e6cd7f14be9c26"
27 ]
28}