Delivered-To: garrigue at math.nagoya-u.ac.jp Authentication-Results: mailhost.math.nagoya-u.ac.jp sender=lablgtk-list-bounces at lists.forge.ocamlcore.org; domainkey=neutral (no query protocol specified; no policy for lists.forge.ocamlcore.org) Delivered-To: lablgtk-list at smtp.ocamlcore.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=oorQlHKA5OqcWYWAkTFdsdd/7eG/yFHIp8d9W35L32M=; b=vY8U4jBzOFC9sXQh6zZgntbskTGdlkx++qTNEqZlSOy2VzTRm4lrLv9y6nNXQLHeSg fPLk6FlHmxOfYNWZZeM7KWGwXhd0dnJ9wJslK7nl7f++gI1zVrpH184+AaQQJma8FSwf OKnw2rOULxFfYIJxqaSggqtXPLaoLhhwEsyfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YcrXAeAnHo5hw2ktAroyYTIEYTYZlvDXE0zuRgU6HDxFmoEJmYge7FnxGfm3ew/UaN +ucOxhP+dyx+FLUhj62aJCdAMN+tU5RA+Q62ZVNMExrLjgpGIrSpa/LukbSQY6rHhnK7 QYXjOOoHTT8iPUToN6IK2/lPhWOneQGq93gvc= MIME-Version: 1.0 Date: Wed, 23 Feb 2011 22:04:20 +0100 Message-ID: From: Adrien To: lablgtk-list at lists.forge.ocamlcore.org Subject: [Lablgtk-list] Introducting my git branches: META, react, fixes, api-additions Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I made a few git branches on the forge repository and thought I could introduce them. * adrien/META: make an official META file that can be used everywhere. Currently, mainstream, fedora, debian, godi, and probably others use different META files. Also trying to make it possible to avoid linking against rsvg or glade if you don't use them * adrien/react: enable FRP libraries to expose a nicer API. This doesn't add a dependency on React. Instead it uses functors. The only module which can be used for this task is in my 'lablgtk-react' project which is also hosted on the forge: http://git.ocamlcore.org/cgi-bin/gitweb.cgi?p=lablgtk-react/lablgtk-react.git It's currently a kind of experiment. The goal is to make it possible to create graphical interfaces without having to use lablgtk2 directly and focus on the logic. For instance, for a tab-based interface, you would only have to create a zipper and the focus and order would be kept in sync with the interface automatically. Same for treeviews and listviews. * adrien/fixes: fixes to be checked and maybe included in master. The only fix currently there does *NOT* impact lablgtk2. I've only had the issue with the webkit-gtk bindings I've generated through cowboy/glib. * adrien/api-additions: some small additions. Nothing really particular. The branches were created some time ago but haven't diverged. It's probably also a good time to mention that the godi package for lablgtk2 recently gained the ability to get its sources from git. Also, thanks to the project admins for making me a commiter. Regards, Adrien Nader _______________________________________________ Lablgtk-list mailing list Lablgtk-list@lists.forge.ocamlcore.org https://lists.ocamlcore.org/cgi-bin/listinfo/lablgtk-list