this repo has no description
1opam-version: "2.0" 2synopsis: "A simple websocket library for OCaml with no dependency" 3maintainer: "ismailbennani <ismail.lahkim.bennani@ens.fr>" 4authors: "ismailbennani <ismail.lahkim.bennani@ens.fr>" 5license: "CeCILL-C" 6homepage: "https://github.com/ismailbennani/websocketml" 7bug-reports: "https://github.com/ismailbennani/websocketml/issues" 8depends: [ 9 "ocaml" { >= "4.08" } 10 "ocamlfind" {build} 11] 12build: [ 13 ["./configure" "--prefix=%{prefix}%"] 14 [make] 15] 16install: [make "install"] 17dev-repo: "git+https://github.com/ismailbennani/websocketml" 18url { 19 src: "https://github.com/ismailbennani/websocketml/archive/0.1.1.tar.gz" 20 checksum: [ 21 "md5=b5ed295cc580aa0de9bf40304efdcbc8" 22 "sha512=87c53a72990400e8a0a18bc5304e2116b4e8dafd7e6fa5c91e078817c5fcf0b6cd9550f6f8c18fdb9dc92d54efaaf1ff8fa8ee9750174a4eaf81b6c7d9aaeab9" 23 ] 24}