this repo has no description
1opam-version: "2.0" 2synopsis: "Inline tests backend for alcotest" 3description: "Run inline tests in the style of Alcotest." 4maintainer: ["kirang@comp.nus.edu.sg"] 5authors: ["Kiran Gopinathan"] 6license: "ISC" 7homepage: "https://gitlab.com/gopiandcode/ppx-inline-alcotest" 8bug-reports: "https://gitlab.com/gopiandcode/ppx-inline-alcotest/issues" 9depends: [ 10 "dune" {>= "2.0"} 11 "ppxlib" {>= "0.22.0" & < "0.36.0"} 12 "ocaml" {>= "4.05.0"} 13 "alcotest" {>= "1.0.0"} 14] 15build: [ 16 [ "dune" "build" "-p" name "-j" jobs ] 17] 18dev-repo: "git+https://gitlab.com/gopiandcode/ppx-inline-alcotest.git" 19url { 20 src: 21 "https://gitlab.com/gopiandcode/ppx-inline-alcotest/-/archive/1.0.0/ppx-inline-alcotest-1.0.0.tar.gz" 22 checksum: [ 23 "sha256=373e88fcc5d143e7070b8a1008511a58e49b6d1f8c3bf6df7a3fbc8def7debdc" 24 "md5=4a89e24597d249ec8d3d91449785295b" 25 ] 26}