diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:50:55 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:50:55 -0400 |
commit | 47f98502ef0cf0d6d873e0575dbd91e9530c1fda (patch) | |
tree | d5244d62c50c294eee9217e9007aa64efe705888 /libraries/ocaml-findlib | |
parent | 4de88e42bb90e80d418086cba4506a686ecf27a1 (diff) |
libraries/ocaml-findlib: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/ocaml-findlib')
-rw-r--r-- | libraries/ocaml-findlib/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/ocaml-findlib/README b/libraries/ocaml-findlib/README index 08e02dbc0c25..1dfa648846fe 100644 --- a/libraries/ocaml-findlib/README +++ b/libraries/ocaml-findlib/README @@ -1,4 +1,5 @@ -Findlib is a library manager for Objective Caml. It provides a convention how -to store libraries, and a file format ("META") to describe the properties of -libraries. There is also a tool (ocamlfind) for interpreting the META files, -so that it is very easy to use libraries in programs and scripts. +Findlib is a library manager for Objective Caml. It provides a +convention how to store libraries, and a file format ("META") to +describe the properties of libraries. There is also a tool (ocamlfind) +for interpreting the META files, so that it is very easy to use +libraries in programs and scripts. |