search for: labltk

Displaying 3 results from an estimated 3 matches for "labltk".

Did you mean: lablgtk
2016 Jun 23
0
CESA-2016:1296 Moderate CentOS 7 ocaml Security Update
...7_2.x86_64.rpm aaf17136a962111dff4e55f26f09c10de891bdcf65fdb41c7506cdb17fbe347c ocaml-docs-4.01.0-22.7.el7_2.x86_64.rpm aa7e612b5a0f075df43bdf2060eaf0c8faa9b2903b56d7848154d21a8878253c ocaml-emacs-4.01.0-22.7.el7_2.x86_64.rpm ef34cc7a377142edd09c5a59b4b2b8bf0d3693554328317d4053c36f05ed5394 ocaml-labltk-4.01.0-22.7.el7_2.x86_64.rpm e0df101ffe66b76b9586ef56d58981dc0b525bce877ce5f5515127f9aa9a695f ocaml-labltk-devel-4.01.0-22.7.el7_2.x86_64.rpm d136015ca3b4f6be68e73b100b212490eb51ba7a8fb52bffb1d78499711508a3 ocaml-ocamldoc-4.01.0-22.7.el7_2.x86_64.rpm 843308e693ff2c206771bc0e278f98510caa0e5b20a84c...
2017 Aug 03
0
Re: [PATCH 0/2] Add lightweight bindings for PCRE.
Hi Rjones, So, will we add dependency of ocaml-pcre in RHEL7.5 ? Just like the new bug you filed to add dependency of ocaml-camlp4 & ocaml-labltk ? -- Thanks & Best regards, Chen Xiang Hua Raycom office Beijing (NAY), Red Hat Inc. Red Hat Telephony: 86 10 62608040 internal extension: 8388040 Team: Virt QE IRC: xchen@#S1, #virt ----- Original Message ----- > From: "Richard W.M. Jones" <rjones@redhat.com> > To: li...
2017 Aug 01
7
[PATCH 0/2] Add lightweight bindings for PCRE.
We'd like to use PCRE instead of the awful Str module. However I don't necessarily want to pull in the extra dependency of ocaml-pcre, and in any case ocaml-pcre is rather difficult to use. This introduces very simplified and lightweight bindings for PCRE. They work rather like Str in that there is some global state (actually thread-local in this implementation) between the matching and