diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:33:41 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:33:41 -0400 |
commit | 57a32218138a29f713e44844aacf0d9ac4b37629 (patch) | |
tree | 0da8c204c8432c9545e1068c6fb25ffc89fb86af /libraries/lablgtk | |
parent | 49779116385e804a0c8e8b4f59852f9e9dd2691a (diff) |
libraries/lablgtk: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/lablgtk')
-rw-r--r-- | libraries/lablgtk/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/lablgtk/README b/libraries/lablgtk/README index c549b2f27400..d48c3be271ac 100644 --- a/libraries/lablgtk/README +++ b/libraries/lablgtk/README @@ -1,7 +1,8 @@ LablGTK is an Objective Caml interface to gtk+/gtk+-2 -LablGTK uses the rich type system of Objective Caml to provide a strongly -typed, yet very comfortable, object-oriented interface to gtk+. +LablGTK uses the rich type system of Objective Caml to provide a +strongly typed, yet very comfortable, object-oriented interface to +gtk+. Some optional dependencies are libgnomecanvas, libgnomeui, and gtksourceview. |