diff --git a/packages/piaf/piaf.0.2.0/opam b/packages/piaf/piaf.0.2.0/opam new file mode 100644 index 00000000000..c05a08a6e2c --- /dev/null +++ b/packages/piaf/piaf.0.2.0/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +synopsis: "An HTTP library with HTTP/2 support written entirely in OCaml" +description: + "Piaf is an HTTP library and webserver written entirely in OCaml." +maintainer: ["Antonio Nuno Monteiro "] +authors: ["Antonio Nuno Monteiro "] +license: "BSD-3-clause" +homepage: "https://github.com/anmonteiro/piaf" +bug-reports: "https://github.com/anmonteiro/piaf/issues" +depends: [ + "dune" {>= "2.8"} + "ocaml" {>= "5.1"} + "logs" + "eio-ssl" {>= "0.3.0"} + "magic-mime" + "ssl" + "uri" + "ipaddr" + "httpun-eio" {>= "0.2.0"} + "gluten-eio" + "h2-eio" {>= "0.13.0"} + "httpun-ws" {>= "0.2.0"} + "pecu" + "prettym" + "unstrctrd" + "eio_main" {>= "1.0"} + "dune-site" {with-test} + "alcotest" {with-test} + "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/anmonteiro/piaf.git" +url { + src: + "https://github.com/anmonteiro/piaf/releases/download/0.2.0/piaf-0.2.0.tbz" + checksum: [ + "sha256=07fa9009a52faeaae6d86116e75007f5279b185c7bc7c95aab9455f2107370fb" + "sha512=dfde4bd0a5c8a3b795a8e3d6f6e1f9f1864a9eb0a1b96763c17515d771566af7623ca64db671a8dce2c7838dad08d8465db98f5e4f8dcf5e1a386ef5b29da56c" + ] +} +x-commit-hash: "f67d4ccb230248a5f913f0daa2dd41799c48ffa5"