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-core/issues/"
6dev-repo: "git+https://github.com/atolab/apero-core.git"
7
8license: "Apache-2.0"
9
10
11build: [
12 ["dune" "build" "-p" name "-j" jobs]
13]
14
15depends: [
16 "ocaml" {>= "4.03.0"}
17 "dune" {= "2.3.0" }
18 "astring" {= "0.8.3" }
19 "cmdliner" {= "1.0.4" }
20 "fmt" {= "0.8.8" }
21 "logs" {= "0.7.0" }
22 "lwt" {= "5.1.1" }
23 "ppx_deriving" {= "4.4" }
24 "uuidm" {= "0.9.7" }
25 "bigstringaf" {= "0.6.1" }
26 "lwt_ppx" {= "2.0.0" }
27 "yojson" {= "1.7.0" }
28 "ppx_deriving_yojson" {= "3.5.1" }
29]
30
31synopsis : "OCaml Utility Library"
32description: """
33Apero is collection of OCaml libraries that we use on most of our OCaml code.
34These libraries include monoids, applicative functors, monads as well as
35some extensions to OCaml Pervasives."""
36
37url {
38 src:
39 "https://github.com/atolab/apero-core/archive/0.4.7.tar.gz"
40 checksum: [
41 "sha256=f4ec7ce1174f0401955cb551548fcdc0efeecaf701de38573a94092b54e69648"
42 "sha512=6673419024e5f36a0ff08f38234b8af214b713e5d702c04dd860026b76f3d29babe83dc8a49d371eb088231d2864ed01ef1166706c5df5332e0717eb71b29e44"
43 ]
44}