this repo has no description
1opam-version: "2.0"
2maintainer: ["contact@adlink-labs.tech"]
3authors: ["Angelo Corsaro" "Julien Enoch" "Oliver Hecart" "Gabriele Baldoni"]
4homepage: "https://github.com/atolab"
5bug-reports: "https://github.com/atolab/apero-net/issues/"
6dev-repo: "git+https://github.com/atolab/apero-net.git"
7
8license: "Apache-2.0"
9
10build: [
11 ["dune" "build" "-p" name "-j" jobs]
12]
13
14
15depends: [
16 "ocaml" {>= "4.03.0"}
17 "dune" {= "2.3.0" }
18 "cmdliner" {= "1.0.4" }
19 "fmt" {= "0.8.8" }
20 "logs" {= "0.7.0" }
21 "lwt" {= "5.1.1" }
22 "ppx_deriving" {= "4.4" }
23 "uuidm" {= "0.9.7" }
24 "yojson" {= "1.7.0" }
25 "lwt_ppx" {= "2.0.0" }
26 "apero-core" {= "0.4.7"}
27 "websocket" {= "2.12"}
28 "websocket-lwt" {= "2.12"}
29]
30
31synopsis : "OCaml Networking Library"
32description: """
33apero-net is collection of OCaml libraries that simplify the task of writing
34network protocol and network services."""
35
36url {
37 src:
38 "https://github.com/atolab/apero-net/archive/0.4.7.tar.gz"
39 checksum: [
40 "sha256=3c4b0e127eeb5b2ead28aa6db14a136d287410a0ab7e01ee442583aae5ca110c"
41 "sha512=d971ad34020fd958119d72bc818d0bce315d927b4d40a8848bb8ea47dc81595c9b0a7b2ed25763c2e6e9051bb3d4ef4fd47aa972b2f17fa7145cb06a701ba4dc"
42 ]
43}