this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package omtl.0.2

+38
+38
packages/omtl/omtl.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "An OCaml minimalist testing framework with zero dependencies" 4 + description: "An OCaml minimalist testing framework with zero dependencies" 5 + maintainer: ["Muqiu Han"] 6 + authors: ["Muqiu Han"] 7 + license: "MIT" 8 + tags: ["testing" "test" "test framework"] 9 + homepage: "https://github.com/muqiuhan/omtl" 10 + doc: "https://github.com/muqiuhan/omtl" 11 + bug-reports: "https://github.com/muqiuhan/omtl/issues" 12 + depends: [ 13 + "ocaml" {>= "4.13.1"} 14 + "dune" {>= "3.0"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/muqiuhan/omtl.git" 32 + url { 33 + src: "https://github.com/muqiuhan/omtl/archive/refs/tags/0.2.tar.gz" 34 + checksum: [ 35 + "md5=badb033ee1021d95ac781cac3fe18bcd" 36 + "sha512=2ab2bc906758b4c5a9ae69b42889985fc36a40933c220f25a93eb7aa62924e8a3986b37f3c33b912609ca347fb02d393689a11da217d2e3437c816d1a13c0579" 37 + ] 38 + }