Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2006 15:27:12 +0000 (UTC)
From:      Ion-Mihai Tetcu <itetcu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/ocaml-camlidl Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200609041527.k84FRCJ9085588@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
itetcu      2006-09-04 15:27:12 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/ocaml-camlidl   Makefile distinfo pkg-descr pkg-plist 
  Log:
  CamlIDL is a stub code generator and COM binding for Objective Caml.
  
  CamlIDL comprises two parts:
  
          * A stub code generator that generates the C stub code required for the
  Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's
  Interface Description Language; it looks like C header files with some extras
  annotations, plus a notion of object interfaces that look like C++ classess
  without inheritance.)
  
          * A (currently small) library of functions and tools to import COM
  components in Caml applications, and export Caml code as COM components.
  
  WWW:    http://caml.inria.fr/pub/old_caml_site/camlidl/
  
  PR:             ports/101100
  Submitted by:   Stanislav Sedov <ssedov at mbsd.msk.ru>
  
  Revision  Changes    Path
  1.511     +1 -0      ports/lang/Makefile
  1.1       +66 -0     ports/lang/ocaml-camlidl/Makefile (new)
  1.1       +6 -0      ports/lang/ocaml-camlidl/distinfo (new)
  1.1       +14 -0     ports/lang/ocaml-camlidl/pkg-descr (new)
  1.1       +24 -0     ports/lang/ocaml-camlidl/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609041527.k84FRCJ9085588>