diff --git a/packages/ansifmt/ansifmt.2.0.0/opam b/packages/ansifmt/ansifmt.2.0.0/opam new file mode 100644 index 000000000000..802ff502498e --- /dev/null +++ b/packages/ansifmt/ansifmt.2.0.0/opam @@ -0,0 +1,42 @@ +opam-version: "2.0" +synopsis: "A simple, lightweight library for ANSI styling" +description: "A simple, lightweight library for ANSI styling." +maintainer: ["lexa "] +authors: ["lexa "] +license: "MIT" +tags: ["ansi" "formatting" "styling" "pretty-printing" "terminal"] +homepage: "https://github.com/qexat/ansifmt" +bug-reports: "https://github.com/qexat/ansifmt/issues" +depends: [ + "dune" {>= "3.17"} + "ocaml" {>= "5.1"} + "ppx_inline_test" {with-test} + "ppx_expect" {with-test} + "re" {= "1.12.0"} + "rich-string" {>= "1.0.0"} + "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/qexat/ansifmt.git" +url { + src: + "https://github.com/qexat/ansifmt/releases/download/2.0.0/ansifmt-2.0.0.tbz" + checksum: [ + "sha256=7bd5aff4eb547ca9bbc50cda6fa71af016673fbed0b0913b6c7bf5fce4688459" + "sha512=1042f4d0ae6d02ab90c1034d839f7b6d30980983b6192cb6c4c18dce030312693a82edbc37e5fa70acf4d1713f0875c3e7e2b5ff12fcac5c64737465c5e72def" + ] +} +x-commit-hash: "83592dde568164b428ec1e0f89e08e75b2063613"