opam-version: "2.0"
synopsis: "A viewer for OCaml spacetime profiles"
maintainer: "Leo White <leo@lpw25.net>"
authors: "Leo White <leo@lpw25.net>"
license: "MIT"
homepage: "https://github.com/lpw25/prof_spacetime"
bug-reports: "https://github.com/lpw25/prof_spacetime/issues"
depends: [
  "ocaml"
  "dune" {>= "1.0"}
  "cmdliner"
  "cohttp" {>= "1.0.0" & < "3.0.0"}
  "cohttp-lwt-unix" {< "3.0.0"}
  "conduit"
  "conduit-lwt-unix" {< "2.0.0"}
  "yojson"
  "lwt"
  "lambda-term"
  "spacetime_lib" {>= "0.2"}
  "stdlib-shims"
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git://github.com/lpw25/prof_spacetime"
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.3.0.tar.gz"
  checksum: "md5=91a73430ed47cffa5aa93a45a6dc03c0"
}
