this repo has no description
1opam-version: "2.0" 2maintainer: "Antonio Monteiro <anmonteiro@gmail.com>" 3authors: [ "Antonio Monteiro <anmonteiro@gmail.com>" ] 4license: "BSD-3-clause" 5homepage: "https://github.com/anmonteiro/gluten" 6bug-reports: "https://github.com/anmonteiro/gluten/issues" 7dev-repo: "git+https://github.com/anmonteiro/gluten.git" 8doc: "https://anmonteiro.github.io/gluten/" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.06"} 14 "dune" {>= "1.0"} 15 "bigstringaf" {>= "0.4.0"} 16 "faraday" 17] 18synopsis: 19 "A reusable runtime library for network protocols" 20description: """ 21gluten implements platform specific runtime code for driving network libraries 22based on state machines, such as http/af, h2 and websocketaf. 23""" 24url { 25 src: 26 "https://github.com/anmonteiro/gluten/releases/download/0.2.1/gluten-0.2.1.tbz" 27 checksum: [ 28 "sha256=86308b0695eb2b56ea0653cdf6cdd1a7338743e1e722b1a3aa10fd7cd9ad80de" 29 "sha512=dff8f9af28696d8ff9aa73b99d7ce4e82d0e34928e2688bfd4245b1c76834f6900551a5ac2fdd6cb6faf74dc5c7fc307c6279f78c00679adb2a4f764aef0612f" 30 ] 31}