|
root / lang / ocaml-alcotest / package.toml
package.toml TOML 28 lines 850 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# OCaml alcotest - Lightweight testing framework
# https://github.com/mirage/alcotest

[package]
name = "ocaml-alcotest"
version = "1.8.0"
release = 1
description = "OCaml lightweight and colorful test framework"
url = "https://github.com/mirage/alcotest"
license = "ISC"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["ocaml", "ocaml-fmt", "ocaml-astring", "ocaml-cmdliner", "ocaml-uutf", "ocaml-re", "ocaml-seq", "ocaml-stdlib-shims", "ocaml-syntax-shims"]
build = ["ocaml", "dune", "ocaml-fmt", "ocaml-astring", "ocaml-cmdliner", "ocaml-uutf", "ocaml-re", "ocaml-seq", "ocaml-stdlib-shims", "ocaml-syntax-shims"]

[[source]]
file = "alcotest-1.8.0.tar.gz"
urls = [
    "https://github.com/mirage/alcotest/archive/refs/tags/1.8.0.tar.gz"
]
checksum = "skip"
extract = true

[build]
parallel = false