this repo has no description
1opam-version: "2.0" 2synopsis: "An HTTP library with HTTP/2 support written entirely in OCaml" 3description: 4 "Piaf is an HTTP library and webserver written entirely in OCaml." 5maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 6authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"] 7license: "BSD-3-clause" 8homepage: "https://github.com/anmonteiro/piaf" 9bug-reports: "https://github.com/anmonteiro/piaf/issues" 10depends: [ 11 "dune" {>= "2.8"} 12 "ocaml" {>= "5.1"} 13 "logs" 14 "eio-ssl" {>= "0.3.0"} 15 "magic-mime" 16 "ssl" 17 "uri" 18 "ipaddr" 19 "httpun-eio" {>= "0.2.0"} 20 "gluten-eio" 21 "h2-eio" {>= "0.13.0"} 22 "httpun-ws" {>= "0.2.0"} 23 "pecu" {>= "0.4"} 24 "prettym" 25 "unstrctrd" {>= "0.2"} 26 "eio_main" {>= "1.0"} 27 "dune-site" {with-test} 28 "alcotest" {with-test} 29 "odoc" {with-doc} 30] 31build: [ 32 ["dune" "subst"] {dev} 33 [ 34 "dune" 35 "build" 36 "-p" 37 name 38 "-j" 39 jobs 40 "@install" 41 "@doc" {with-doc} 42 ] 43] 44dev-repo: "git+https://github.com/anmonteiro/piaf.git" 45url { 46 src: 47 "https://github.com/anmonteiro/piaf/releases/download/0.2.0/piaf-0.2.0.tbz" 48 checksum: [ 49 "sha256=07fa9009a52faeaae6d86116e75007f5279b185c7bc7c95aab9455f2107370fb" 50 "sha512=dfde4bd0a5c8a3b795a8e3d6f6e1f9f1864a9eb0a1b96763c17515d771566af7623ca64db671a8dce2c7838dad08d8465db98f5e4f8dcf5e1a386ef5b29da56c" 51 ] 52} 53x-commit-hash: "f67d4ccb230248a5f913f0daa2dd41799c48ffa5"