this repo has no description
1opam-version: "2.0"
2maintainer: "Sergei Lebedev <superbobry@gmail.com>"
3authors: "Sergei Lebedev <superbobry@gmail.com>"
4license: "MIT"
5homepage: "https://github.com/superbobry/ocaml-textwrap"
6bug-reports: "https://github.com/superbobry/ocaml-textwrap/issues"
7depends: ["ocaml" "dune"]
8dev-repo: "git+https://github.com/superbobry/ocaml-textwrap.git"
9synopsis: "Text wrapping and filling for OCaml"
10description: """
11An almost complete port of Python's textwrap library to OCaml.
12"""
13build: [
14 ["dune" "subst"] {dev}
15 ["dune" "build" "-p" name "-j" jobs]
16 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
17]
18url {
19 src:
20 "https://github.com/superbobry/ocaml-textwrap/releases/download/0.2.1/textwrap-0.2.1.tbz"
21 checksum: [
22 "sha256=23c2b6963e8ae28d087b28960025e3d2aab9cc64bcca3b5a97c53038132404d9"
23 "sha512=0cba54075fc17c0dc3b60e9b9b241f7e85f2c6e372325e2a949ea251becd8a5c2d3ea843d2240ff005f3f9d76a1fbe20654405513cadc90c32f420bfc60af79b"
24 ]
25}
26x-commit-hash: "8c643886b087e5e0ba2cfeba9e810bc237956e3d"