opam-version: "2.0"
maintainer: "Marc Lasson <marc.lasson@lexifi.com>"
authors: "Marc Lasson <marc.lasson@lexifi.com>"
homepage: "https://lexifi.github.io/landmarks/"
bug-reports: "https://github.com/LexiFi/landmarks/issues"
license: "MIT"
dev-repo: "git+https://github.com/LexiFi/landmarks.git"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
doc: "http://lexifi.github.io/landmarks/"
run-test: ["dune" "runtest" "-p" name]
depends: [
  "ocaml" { >= "4.02" }
  "ocaml-migrate-parsetree" {< "2.0.0"}
  "dune" {>= "1.4"}
  "dune" {with-test & < "1.7.0"}
]
available: arch = "x86_32" | arch = "x86_64"

synopsis: "A simple profiling library"
description: """
Landmarks is a simple profiling library for OCaml. It provides primitives to
measure time spent in portion of instrumented code. The instrumentation of the
code may either done by hand, automatically or semi-automatically using a PPX
extension.
"""
url {
  src:
    "https://github.com/lexifi/landmarks/releases/download/v1.3/landmarks-v1.3.tbz"
  checksum: "md5=92e0f9442d8ea91915bee492b1bb1655"
}
