this repo has no description
1opam-version: "2.0" 2synopsis: "HTTP codec for shuttle" 3maintainer: ["Anurag Soni <anurag@sonianurag.com>"] 4authors: ["Anurag Soni"] 5license: "MIT" 6tags: ["async" "http"] 7homepage: "https://github.com/anuragsoni/shuttle" 8bug-reports: "https://github.com/anuragsoni/shuttle/issues" 9depends: [ 10 "dune" {>= "2.8"} 11 "ocaml" {>= "4.11.0"} 12 "async" {>= "v0.14"} 13 "core" {>= "v0.14"} 14 "httpaf" {>= "0.6.6"} 15 "ppx_jane" {>= "v0.14"} 16 "shuttle" {= version} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/anuragsoni/shuttle.git" 34url { 35 src: 36 "https://github.com/anuragsoni/shuttle/releases/download/0.3.1/shuttle-0.3.1.tbz" 37 checksum: [ 38 "sha256=fadea3010bb0008ffa6533abefeda865162c7f66601c84256d6a459fe7317cb2" 39 "sha512=1c4813878d75638694a53eb4c241116301dfd10e7320a8c5185fd2099a3d22babc5f27e6776850220bed0b2b80e91e034700285282fe17125139c92dee2c6348" 40 ] 41} 42x-commit-hash: "b1369c87b7a1c695c880bd5df78471123ecdb951" 43available: [ arch != "s390x" ]