opam-version: "2.0" synopsis: "Lwt + Unix support for gluten" maintainer: ["Antonio Nuno Monteiro "] authors: ["Antonio Nuno Monteiro "] license: "BSD-3-clause" homepage: "https://github.com/anmonteiro/gluten" bug-reports: "https://github.com/anmonteiro/gluten/issues" depends: [ "dune" {>= "2.0"} "ocaml" {>= "4.08.0"} "gluten-lwt" {= version} "faraday-lwt-unix" {>= "0.7.3"} ] depopts: [ "lwt_ssl" "tls" ] conflicts: [ "tls" {>= "0.16.0"} "lwt_ssl" {< "1.2.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/anmonteiro/gluten.git" url { src: "https://github.com/anmonteiro/gluten/releases/download/0.4.0/gluten-0.4.0.tbz" checksum: [ "sha256=e2c8fec453d76dc2cdf1272bb971d89be7f5fa1e5eb929dcf6e2481422fcc1f5" "sha512=2657b43f0df99d125847ea5b57a3b4b2c54c82ecaa3602e9cd543b3cec7c298080d653745e4d3b7740582ba76a15ee195c5f71402bd3c3fff1a75af9c4ac4ea3" ] } x-commit-hash: "f8b88c485beb473af97de7b39461fb60a56cff3f"