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-core/issues/"
dev-repo:     "git+https://github.com/atolab/apero-core.git"

license: "Apache-2.0"


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

depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {= "2.3.0" }
  "astring" {= "0.8.3" }
  "cmdliner" {= "1.0.4" }
  "fmt"  {= "0.8.8" }
  "logs"  {= "0.7.0" }
  "lwt" {= "5.1.1" }
  "ppx_deriving"  {= "4.4" }
  "uuidm" {= "0.9.7" }
  "bigstringaf"  {= "0.6.1" }
  "lwt_ppx"  {= "2.0.0" }
  "yojson"  {= "1.7.0" }
  "ppx_deriving_yojson"  {= "3.5.1" }
]

synopsis : "OCaml Utility Library"
description: """
Apero is collection of OCaml libraries that we use on most of our OCaml code.
These libraries include monoids, applicative functors, monads as well as
some extensions to OCaml Pervasives."""

url {
  src:
    "https://github.com/atolab/apero-core/archive/0.4.7.tar.gz"
  checksum: [
    "sha256=f4ec7ce1174f0401955cb551548fcdc0efeecaf701de38573a94092b54e69648"
    "sha512=6673419024e5f36a0ff08f38234b8af214b713e5d702c04dd860026b76f3d29babe83dc8a49d371eb088231d2864ed01ef1166706c5df5332e0717eb71b29e44"
  ]
}
