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

license: "Apache-2.0"

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

depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {= "2.3.0" }
  "fmt"  {= "0.8.8" }
  "logs"  {= "0.7.0" }
  "lwt" {= "5.1.1" }
  "ppx_deriving"  {= "4.4" }
  "lwt_ppx"  {= "2.0.0" }
  "apero-core" {= "0.4.7"}
]


synopsis : "OCaml Time Stamping Library"
description: """
apero-time is collection of OCaml modules that define an abstract time-stamping service along
with a Hybrid Logical Clock implementation."""

url {
  src:
    "https://github.com/atolab/apero-time/archive/0.4.7.tar.gz"
  checksum: [
    "sha256=8a3d441b43fe3cac23026cd83dea448ed7565ed8fc7e1d7cd7369e4967164e98"
    "sha512=6232e9b96a3b8de8ccdf9881c6c07b11b0cf521cf8f42df2e582a7b020e2c209dfb73741d1e8c339c0d907c2f8a27b0f8f48d86177483239865dfb459b8ead01"
  ]
}
