./lang/caml-light, Another implementation of Caml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 0.74nb2, Package name: caml-light-0.74nb2, Maintainer: bouyer

The Caml Light system comprises the following parts:

- An interactive system, based on a read-eval-print loop: the user enters
a phrase, the system compiles it and executes it on the fly, then print the
outcome of evaluation. The interactive system is great for learning the
language and testing programs.
- A batch compiler and linker, camlc, with a command-line interface similar to
the one of C compilers. The compiler produces standalone executable programs
that can later be invoked just as any other command on the system. It
integrates smoothly within the Unix programming environment
(make, Emacs, ...).
- A medium-sized standard library, providing a number of general-purpose
functions and implementations of a few essential data structures
(lists, arrays, hash tables, sets, ...).
- A tool to build libraries of frequently-used program modules.
- A parser generator and a lexical analyzer generator, in the style of lex and
yacc.
- Various programming tools and several interface libraries.


Master sites:

SHA1: feae4a53af78b6c500a03c618dc11444e8b5dc47
RMD160: a00a8de15e042080041076fcf3ad2592d9deb469
Filesize: 975.752 KB

Version history: (Expand)


CVS history: (Expand)


   2011-11-06 21:31:01 by S.P.Zeidler | Files touched by this commit (3)
Log message:
Pullup ticket #3592 - requested by dholland
lang/caml-light: security patch

Revisions pulled up:
- lang/caml-light/Makefile                                      1.13
- lang/caml-light/distinfo                                      1.9
- lang/caml-light/patches/patch-yacc_main_c                     1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sun Nov  6 19:32:07 UTC 2011

   Modified Files:
   	pkgsrc/lang/caml-light: Makefile distinfo
   Added Files:
   	pkgsrc/lang/caml-light/patches: patch-yacc_main_c

   Log message:
   Fix insecure-temp-files, PR 45558

   To generate a diff of this commit:
   cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/caml-light/Makefile
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/caml-light/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/lang/caml-light/patches/patch-yacc_main_c