opam-version: "2.0" synopsis: "A simple websocket library for OCaml with no dependency" maintainer: "ismailbennani " authors: "ismailbennani " license: "CeCILL-C" homepage: "https://github.com/ismailbennani/websocketml" bug-reports: "https://github.com/ismailbennani/websocketml/issues" depends: [ "ocaml" { >= "4.08" } "ocamlfind" {build} ] build: [ ["./configure" "--prefix=%{prefix}%"] [make] ] install: [make "install"] dev-repo: "git+https://github.com/ismailbennani/websocketml" url { src: "https://github.com/ismailbennani/websocketml/archive/0.1.1.tar.gz" checksum: [ "md5=b5ed295cc580aa0de9bf40304efdcbc8" "sha512=87c53a72990400e8a0a18bc5304e2116b4e8dafd7e6fa5c91e078817c5fcf0b6cd9550f6f8c18fdb9dc92d54efaaf1ff8fa8ee9750174a4eaf81b6c7d9aaeab9" ] }