this repo has no description

Package speed.0.2.0

Changed files
+48
packages
speed
speed.0.2.0
+48
packages/speed/speed.0.2.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Speed - go fast by writing test first"
+
description: """
+
Speed is a test framework encouraging a fast feedback loop by writing tests
+
first. This is inspired by other tools bourn out of the BDD philosophy. It
+
draws inspiration from the JavaScript libraries, mocha/jasmine/jest, as well as
+
the Ruby library RSpec"""
+
maintainer: ["Peter Strøiman"]
+
authors: ["Peter Strøiman"]
+
license: "MIT"
+
tags: ["tdd" "testing" "unit-testing" "bdd"]
+
homepage: "https://github.com/stroiman/opam-speed"
+
bug-reports: "https://github.com/stroiman/opam-speed/issues"
+
depends: [
+
"ocaml" {>= "5"}
+
"dune" {>= "3.15"}
+
"ocolor"
+
"ppxlib"
+
"base"
+
"lwt"
+
"lwt_ppx"
+
"ppx_jane"
+
"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/stroiman/opam-speed.git"
+
url {
+
src:
+
"https://github.com/stroiman/opam-speed/archive/refs/tags/0.2.0.tar.gz"
+
checksum: [
+
"md5=a455964b16c60eec12b8cb258b09fa2b"
+
"sha512=e60ac7dc9038ab3e2d2c5cd84729c9e04b722de52329b1de61dd15a1d274e1dc71dc11e0f0d033e6602ae0cee9e8d7baabd19f3918aa3c61e63c14ef0c90e606"
+
]
+
}