opam-version: "2.0" synopsis: "Inline tests backend for alcotest" description: "Run inline tests in the style of Alcotest." maintainer: ["kirang@comp.nus.edu.sg"] authors: ["Kiran Gopinathan"] license: "ISC" homepage: "https://gitlab.com/gopiandcode/ppx-inline-alcotest" bug-reports: "https://gitlab.com/gopiandcode/ppx-inline-alcotest/issues" depends: [ "dune" {>= "2.0"} "ppxlib" {>= "0.22.0" & < "0.36.0"} "ocaml" {>= "4.05.0"} "alcotest" {>= "1.0.0"} ] build: [ [ "dune" "build" "-p" name "-j" jobs ] ] dev-repo: "git+https://gitlab.com/gopiandcode/ppx-inline-alcotest.git" url { src: "https://gitlab.com/gopiandcode/ppx-inline-alcotest/-/archive/1.0.0/ppx-inline-alcotest-1.0.0.tar.gz" checksum: [ "sha256=373e88fcc5d143e7070b8a1008511a58e49b6d1f8c3bf6df7a3fbc8def7debdc" "md5=4a89e24597d249ec8d3d91449785295b" ] }