From 4f1de63fb9e8c4b9968f6137c67686dea067a955 Mon Sep 17 00:00:00 2001 From: xielh <5604895+xielhxie@user.noreply.gitee.com> Date: Wed, 28 Oct 2020 16:36:44 +0800 Subject: [PATCH] update README.en.md. --- README.en.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index d05e138..89afa63 100644 --- a/README.en.md +++ b/README.en.md @@ -1,7 +1,15 @@ # labltk #### Description -Tcl/Tk interface for OCaml +LablTk is an OCaml interface to the Tcl/Tk GUI framework. +It allows to develop GUI applications in a speedy and type safe way. +It was derived from the CamlTk project, and a legacy CamlTk API is included. +The OCamlBrowser library viewer is also part ofthis project. + +LablTk provides a strongly-typed, yet comfortable, interface to Tcl/Tk's widgets through OCaml's rich type system. +Most widgets and methods are available, along with many examples. + +The toplevel can be used for interactive development. #### Software Architecture Software architecture description