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