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.2.2/progress-0.2.2.tbz"
40 checksum: [
41 "sha256=3341c21923a21cd6b5b5cfa9ec3981f59572c367940fe5e02450533dfb4110b5"
42 "sha512=3edbe5ca6ea0bbc678b7dc4abe38bb4c3c4832de0144cc6e0791678712931fbaf2f7141196fca3fdc13a20777851cadcd165bf30c11d92193eecbd8f2d9dbf15"
43 ]
44}
45x-commit-hash: "541f13436bcb2e07c9512c196fda4c2161e12813"