opam-version: "2.0"
maintainer:   ["contact@adlink-labs.tech"]
authors:      ["Angelo Corsaro" "Julien Enoch" "Oliver Hecart" "Gabriele Baldoni"]
homepage:     "https://github.com/atolab"
bug-reports:  "https://github.com/atolab/apero-net/issues/"
dev-repo:     "git+https://github.com/atolab/apero-net.git"

license: "Apache-2.0"

build: [
  ["dune" "build" "-p" name "-j" jobs]
]


depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {= "2.3.0" }
  "cmdliner" {= "1.0.4" }
  "fmt"  {= "0.8.8" }
  "logs"  {= "0.7.0" }
  "lwt" {= "5.1.1" }
  "ppx_deriving"  {= "4.4" }
  "uuidm" {= "0.9.7" }
  "yojson"  {= "1.7.0" }
  "lwt_ppx"  {= "2.0.0" }
  "apero-core" {= "0.4.7"}
  "websocket" {= "2.12"}
  "websocket-lwt" {= "2.12"}
]

synopsis : "OCaml Networking Library"
description: """
apero-net is collection of OCaml libraries that simplify the task of writing
network protocol and network services."""

url {
  src:
    "https://github.com/atolab/apero-net/archive/0.4.7.tar.gz"
  checksum: [
    "sha256=3c4b0e127eeb5b2ead28aa6db14a136d287410a0ab7e01ee442583aae5ca110c"
    "sha512=d971ad34020fd958119d72bc818d0bce315d927b4d40a8848bb8ea47dc81595c9b0a7b2ed25763c2e6e9051bb3d4ef4fd47aa972b2f17fa7145cb06a701ba4dc"
  ]
}
