opam-version: "2.0"
synopsis: "Tracing system based on the Catapult/TEF format"
maintainer: "simon@imandra.ai"
authors: "simon@imandra.ai"
license: "MIT"
homepage: "https://github.com/AestheticIntegration/catapult"
bug-reports: "https://github.com/AestheticIntegration/catapult/issues"
depends: [
  "dune" {>= "2.0"}
  "base-threads"
  "base-unix"
  "odoc" {with-doc}
  "ocaml" {>= "4.08"}
]
depopts: ["mtime"]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/AestheticIntegration/catapult.git"
url {
  src: "https://github.com/AestheticIntegration/catapult/archive/v0.2.tar.gz"
  checksum: [
    "md5=c732cce9430be74e8136cf87d6d8f9e5"
    "sha512=2c221b86950a5ef81a41358b929633acc9d2b600aef8192a2b978b3b16dfc6237c79457db39f3beb95750d732674c977bc0547dde75bdfdf2fb378d192d37c48"
  ]
}
