this repo has no description

Package omtl.0.1

Changed files
+38
packages
omtl
omtl.0.1
+38
packages/omtl/omtl.0.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "OCaml Minimalist Testing Library"
+
description: "OCaml Minimalist Testing Library"
+
maintainer: ["Muqiu Han"]
+
authors: ["Muqiu Han"]
+
license: "MIT"
+
tags: ["testing" "test framework"]
+
homepage: "https://github.com/muqiuhan/omtl"
+
doc: "https://github.com/omtl"
+
bug-reports: "https://github.com/muqiuhan/omtl/issues"
+
depends: [
+
"ocaml" {>= "4.13"}
+
"dune" {>= "3.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/muqiuhan/omtl.git"
+
url {
+
src: "https://github.com/muqiuhan/omtl/archive/refs/tags/0.1.tar.gz"
+
checksum: [
+
"md5=ba2e032cae39a0107cdc381d43112fff"
+
"sha512=4aac6f401d0d994953ab0f18389dedefe08961e7a5aa760d4f2e044ebe2f12f17d7415949fb89f7842ac504926c6e1d72ee82dedfaea4497758b36f7f1492d5b"
+
]
+
}