opam-version: "2.0"
maintainer: "Leo White <leo@lpw25.net>"
authors: "Leo White <leo@lpw25.net>"
homepage: "https://github.com/lpw25/prof_spacetime"
bug-reports: "https://github.com/lpw25/prof_spacetime"
license: "MIT"
dev-repo: "git://github.com/lpw25/prof_spacetime"
build: [make]
depends: [
  "ocaml"
  "cmdliner"
  "cohttp" {< "0.99.0"}
  "conduit"
  "ocamlfind"
  "yojson"
  "lwt"
  "lambda-term" {< "2.0"}
  "spacetime_lib" {< "0.2"}
]
synopsis: "A viewer for OCaml spacetime profiles."
description: """
`prof_spacetime` is a viewer for OCaml spacetime profiles. It provides
both terminal and broswer based modes for viewing profiles."""
url {
  src: "https://github.com/lpw25/prof_spacetime/archive/0.1.0.tar.gz"
  checksum: "md5=1ab584662ce36307659c7d79bb691c0d"
}
