opam-version: "2.0"
maintainer: "James Owen <jamesowen@outlook.com>"
homepage: "https://github.com/cryptosense/ocaml-stitch"
bug-reports: "https://github.com/cryptosense/ocaml-stitch/issues"
license: "BSD-2-Clause"
dev-repo: "git+https://github.com/cryptosense/ocaml-stitch.git"
doc: "https://cryptosense.github.io/ocaml-stitch/doc"
build: [
  [ "dune" "build" "-p" name "-j" jobs ]
]
run-test: [
  [ "dune" "runtest" "-p" name "-j" jobs ]
]
depends: [
  "containers"
  "dune" {>= "1.1.0"}
  "ocaml" {>= "4.05.0"}
  "ounit" {>= "2.0.0"}
  "ppx_deriving"
  "ppx_deriving_yojson"
  "yojson"
]
tags: ["org:cryptosense"]
synopsis: "Refactoring framework"
description: """
stitch is a framework to record calls in existing code and replay them as characterization tests
to help refactoring of legacy code.

The name stitch comes from [Ruby's Suture gem](https://github.com/testdouble/suture) from which 
it's inspired.
"""
authors: "Nathan Rebours <nathan.p.rebours@gmail.com>"
url {
  src:
    "https://github.com/cryptosense/ocaml-stitch/releases/download/v0.0.0/stitch-v0.0.0.tbz"
  checksum: "md5=f5520a056513c8af7c5d781ecc92a77b"
}
