(test
  (name      patcher)
  (modules   patcher)
  (libraries opam-core))

(test
  (name TypeGymnastics)
  (libraries opam-format)
  (modules TypeGymnastics)
  (action (run %{test})))

(test
  (name patchDiff)
  (modules patchDiff)
  (libraries str opam-repository))
