opam-version: "2.0"
synopsis: "Library for decoding OCaml spacetime profiles"
maintainer: "Leo White <leo@lpw25.net>"
authors: [
  "Leo White <leo@lpw25.net>" "Mark Shinwell <mshinwell@janestreet.com>"
]
license: "MIT"
homepage: "https://github.com/lpw25/spacetime_lib"
bug-reports: "https://github.com/lpw25/spacetime_lib"
depends: [
  "ocaml"
  "dune" {>= "1.0"}
  "owee"
  "raw_spacetime"
  "base-bigarray"
  "base-unix"
]
build: [
  ["./configure.sh"]
  ["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git://github.com/lpw25/spacetime_lib"
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.3.0.tar.gz"
  checksum: "md5=41b62e019a6e24cb84f43b4bc0a2d7fd"
}
