this repo has no description
1opam-version: "2.0"
2synopsis: "Basic utilities for interacting with terminals"
3description: "Basic utilities for interacting with terminals"
4maintainer: ["Craig Ferguson <me@craigfe.io>"]
5authors: ["Craig Ferguson <me@craigfe.io>"]
6license: "MIT"
7homepage: "https://github.com/CraigFe/progress"
8doc: "https://CraigFe.github.io/progress/"
9bug-reports: "https://github.com/CraigFe/progress/issues"
10depends: [
11 "dune" {>= "3.0"}
12 "ocaml" {>= "4.03.0"}
13 "uucp" {>= "2.0.0"}
14 "uutf" {>= "1.0.0"}
15 "stdlib-shims"
16 "alcotest" {with-test & >= "1.4.0"}
17 "fmt" {with-test}
18 "astring" {with-test}
19 "mtime" {with-test & >= "2.0.0"}
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/CraigFe/progress.git"
37url {
38 src:
39 "https://github.com/craigfe/progress/releases/download/0.4.0/progress-0.4.0.tbz"
40 checksum: [
41 "sha256=8be449553379bb2dc5e8b79805c80447690a03dca3e9aee959fecf46d8278fb7"
42 "sha512=841383e8aa7d6bd802ced5eb7feae01bd507b2914eb45e8a559140677f83d5b8ec614f1d0bc54421021b5254a1edd78dd8a2506b2dfb264af72448d76bd03ac5"
43 ]
44}
45x-commit-hash: "b4d34b7b1d9622402fca3ad8ff7ed5816c74bf8c"