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.tar.gz" checksum: [ "md5=f748b970e58917a1ff0ab1207f414b4e" "sha512=a3160540b540f77d47d204498b60ab91d7e5626afac9492764d7508d7b7c2dc9fb4da068cee4510d033d3602c2e594d9912379dbc48cbf688af8bca2fb75bee9" ] }