opam-version: "2.0"
maintainer: "Leo White <leo@lpw25.net>"
authors: [
  "Leo White <leo@lpw25.net>" "Mark Shinwell <mshinwell@janestreet.com>"
]
homepage: "https://github.com/lpw25/spacetime_lib"
bug-reports: "https://github.com/lpw25/spacetime_lib"
license: "MIT"
dev-repo: "git://github.com/lpw25/spacetime_lib"
build: [
  ["./configure.sh"]
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {< "4.08.0"}
  "jbuilder"
  "ocamlfind" {build}
  "owee"
  "raw_spacetime"
  "base-bigarray"
  "base-unix"
]
synopsis: "Library for decoding OCaml spacetime profiles"
description: """
`spacetime_lib` provides some simple operations for reading OCaml
spacetime profiles. It aims to provide an easier to use interface than
the `raw_spacetime_lib` library distributed with the compiler."""
url {
  src: "https://github.com/lpw25/spacetime_lib/archive/0.2.0.tar.gz"
  checksum: "md5=ac087807ddbb72f2f0f2d1f80e18733f"
}
