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" {>= "2.7"}
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.3.0/progress-0.3.0.tbz"
40 checksum: [
41 "sha256=3dfd00bd4def773239159b17781d02fdbfd8ea191801681a94aa0a5be1d06b7c"
42 "sha512=fd64ff8a819b2db2460c06b7fbd5663e2a1941f9e2d4e9b921a3d5f24509fe3be543521fbe1bb6baedad9f62b579aae933efac3903db03a27385233f5461f09c"
43 ]
44}
45x-commit-hash: "6324cfb69f5ae17d14bda5b19f4da3eb5bea00f6"