this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/textutils"
5bug-reports: "https://github.com/janestreet/textutils/issues"
6dev-repo: "git+https://github.com/janestreet/textutils.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/textutils/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "core" {>= "v0.13" & < "v0.14"}
15 "ppx_jane" {>= "v0.13" & < "v0.14"}
16 "dune" {>= "1.5.1"}
17]
18synopsis: "Text output utilities"
19url {
20 src:
21 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/textutils-v0.13.0.tar.gz"
22 checksum: [
23 "sha256=e61fc1f7aea9faef3a38c996e6287e1c03f3ddf1dffe6b3596ba95f020e57b40"
24 "md5=90123c1e72d94adbde4727a59e8e6a63"
25 ]
26}