this repo has no description
1opam-version: "2.0" 2synopsis: "Ppx to create routers" 3description: """ 4wtr-ppx provides a ppx driven alternative to Wtr router 5 construction.""" 6maintainer: ["Bikal Lem"] 7authors: ["Bikal Lem, <gbikal@gmail.com>"] 8license: "MPL-2.0" 9homepage: "https://github.com/lemaetech/wtr" 10bug-reports: "https://github.com/lemaetech/wtr/issues" 11depends: [ 12 "dune" {>= "2.8"} 13 "ocaml" {>= "4.12.0"} 14 "uri" {>= "4.2.0"} 15 "wtr" {= version} 16 "ppxlib" {>= "0.22.0"} 17 "ppx_expect" {with-test} 18 "mdx" {with-test} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 ] 32] 33dev-repo: "git+https://github.com/lemaetech/wtr.git" 34url { 35 src: "https://github.com/lemaetech/wtr/archive/v3.0.0.tar.gz" 36 checksum: [ 37 "md5=e29ec9ce9cf4d2d338a23e01085fe0f3" 38 "sha512=e53fa24bafa0f010253f6e30207fb7bc2be5d53ee78f5e7e71b5a6b79586800165e9fd95405c78c4ce13cee745f623cee609cc002afea7b7e32898e80822e472" 39 ] 40}