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.07.0"}
14 "core" {>= "v0.12" & < "v0.13"}
15 "ppx_jane" {>= "v0.12" & < "v0.13"}
16 "dune" {>= "1.5.1"}
17]
18synopsis: "Text output utilities"
19url {
20 src:
21 "https://ocaml.janestreet.com/ocaml-core/v0.12/files/textutils-v0.12.0.tar.gz"
22 checksum: [
23 "sha256=811035b63ecc0fc63f4ce07ca15140cefdbc6118ed7b419aa1bfdb81bee8f5d8"
24 "md5=c6be835c68943135ccca40a034a1eb28"
25 ]
26}