opam-version: "2.0" synopsis: "HTTP codec for shuttle" maintainer: ["Anurag Soni "] authors: ["Anurag Soni"] license: "MIT" tags: ["async" "http"] homepage: "https://github.com/anuragsoni/shuttle" bug-reports: "https://github.com/anuragsoni/shuttle/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.11.0"} "async" {>= "v0.14"} "core" {>= "v0.14"} "httpaf" {>= "0.6.6"} "ppx_jane" {>= "v0.14"} "shuttle" {= version} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/anuragsoni/shuttle.git" url { src: "https://github.com/anuragsoni/shuttle/releases/download/0.3.1/shuttle-0.3.1.tbz" checksum: [ "sha256=fadea3010bb0008ffa6533abefeda865162c7f66601c84256d6a459fe7317cb2" "sha512=1c4813878d75638694a53eb4c241116301dfd10e7320a8c5185fd2099a3d22babc5f27e6776850220bed0b2b80e91e034700285282fe17125139c92dee2c6348" ] } x-commit-hash: "b1369c87b7a1c695c880bd5df78471123ecdb951" available: [ arch != "s390x" ]