caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* contributions
@ 1995-04-05 14:53 Pierre Weis
  0 siblings, 0 replies; 4+ messages in thread
From: Pierre Weis @ 1995-04-05 14:53 UTC (permalink / raw)
  To: caml-list

[English]
For the new release of Caml Light, we want to get informations about
freely available contributions for Caml. These contributions can be
any interesting material concerning Caml: we are interested in
programs (new libraries or softwares written in Caml), but also in
courses, or even collections of good examples of Caml code useful for
teaching.

We plan to put short descriptions and pointers to these contributions
in our www pages about Caml, in order to provide users easier access
to these softwares.

If you have such a piece of free software written in Caml that you
want to distribute, please send me a message, including:

 - a short description of your contribution,
 - the ftp or www site adress where it can be found.

If you have difficulties to distribute your Caml software (for
instance because you cannot offer anonymous ftp access to it), we
could help: distribution via our ftp server could be arranged.

[Franc,ais]
Pour la nouvelle version de Caml Light, nous souhaitons obtenir des
informations au sujet des travaux autour de Caml qui seraient
disponibles gratuitement. Ces travaux concernent aussi bien de
nouvelles bibliothe`ques que des programmes, ou me^me des cours ou des
collections de bons exemples, toujours utiles pour l'enseignement.

Nous pensons faciliter l'acce`s des utilisateurs Caml a` toutes ces
merveilles en centralisant l'information dans nos pages www sur Caml:
nous y mettrions une courte description de la contribution, ainsi
qu'un pointeur vers le site ftp ou www ou` obtenir la contribution.

Si vous avez une telle contribution a` proposer, envoyez-moi un message
avec une bre`ve description du ``produit'' et le moyen de l'obtenir.

Si vous avez des difficulte's a` distribuer votre produit Caml (par
exemple parceque vous ne pouvez pas offrir un acce`s ftp anonyme), nous
pourrions vous aider: une distribution par notre serveur ftp est
envisageable.

Pierre Weis
----------------------------------------------------------------------------
WWW Home Page: http://pauillac.inria.fr/~weis
Projet Cristal
INRIA, BP 105, F-78153 Le Chesnay Cedex (France)
E-mail: Pierre.Weis@inria.fr
Telephone: +33 1 39 63 55 98
Fax: +33 1 39 63 53 30
----------------------------------------------------------------------------




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Contributions
@ 1999-03-09  8:50 Tommy Hallgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tommy Hallgren @ 1999-03-09  8:50 UTC (permalink / raw)
  To: Fabrice Le Fessant, caml-list

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1915 bytes --]

How awesome!

I've long been thinking that someone should write a window manager in
Caml. And if I like efuns, I'll uninstall XEmacs right away! :)

What is the license? Not GPL I hope.

Anyway, thank you!

Regards, Tommy

---Fabrice Le Fessant <lefessan@talbot.inria.fr> wrote:
>
> 
> GwML is born. GwML is the Generic Window-Manager in ML. It is inspired
> from GWM (http://www.inria.fr/koala/gwm) which was configurable in a
> Lisp dialect (Wool). Instead, GwML is configurable in Ocaml. GwML is
> ICCCM compliant (not exactly 2.0, but close).
> 
> GwML is part of Efuns 005 package, which also contains:
> 
> - Efuns: Efuns is an Emacs clone. Like Gwml, it is configurable in
> ocaml instead of Elisp. Thus, you can program better editing modes
(in 
> particular, by using ocamllex lexers) than with Emacs.
> 
> - Asm Dynlink: An implementation of the Dynlink library (which 
> enables programs to dynamically load bytecode files) which works for 
> Native programs.
> 
> - Xlib: An implementation of the Xlib library in Ocaml.
>   The whole X protocol is implemented, plus some other extensions
(Icccm,
>   XShade, Xpm, Zpixmap, Xrm, etc ...). Moreover, it contains an
emulation
>   of the Graphics library of Ocaml (called XGraphics).
> 
> WEB sources:
> http://pauillac.inria.fr/~lefessan/src/efuns/efuns-005.src.tar.gz
> 
> WEB documentation:
> http://pauillac.inria.fr/~lefessan/src/efuns/gwml-005.ps.gz
> 
> WEB page: follow Efuns link from:
> http://pauillac.inria.fr/~lefessan/src
> 
> - Fabrice LE FESSANT
> 
> PARA/SOR Project
> INRIA Rocquencourt
> 
> Homepage: http://pauillac.inria.fr/~lefessan
> 
> 

==
Regards, Tommy Hallgren
Briljantg. 31, SE-421 49, Göteborg
Tel.: 031 - 770 5232 (Work: Telia Prosoft)
Tel.: 0709 - 312 404 (GSM)
Tel.: 031 - 47 65 28 (Home)


_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Contributions
  1999-03-05 15:22 Contributions Fabrice Le Fessant
@ 1999-03-08 15:54 ` Christian Lindig
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Lindig @ 1999-03-08 15:54 UTC (permalink / raw)
  To: Fabrice Le Fessant; +Cc: caml-list

I just want to let you know that I find all your contribs (efuns,
gwml, dynlink, xlib) plain cool!  I have said this already in the past
but your contribs become cooler every time - so I have to re-iterate
it :-). 

-- Christian




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Contributions
@ 1999-03-05 15:22 Fabrice Le Fessant
  1999-03-08 15:54 ` Contributions Christian Lindig
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Le Fessant @ 1999-03-05 15:22 UTC (permalink / raw)
  To: caml-list


GwML is born. GwML is the Generic Window-Manager in ML. It is inspired
from GWM (http://www.inria.fr/koala/gwm) which was configurable in a
Lisp dialect (Wool). Instead, GwML is configurable in Ocaml. GwML is
ICCCM compliant (not exactly 2.0, but close).

GwML is part of Efuns 005 package, which also contains:

- Efuns: Efuns is an Emacs clone. Like Gwml, it is configurable in
ocaml instead of Elisp. Thus, you can program better editing modes (in 
particular, by using ocamllex lexers) than with Emacs.

- Asm Dynlink: An implementation of the Dynlink library (which 
enables programs to dynamically load bytecode files) which works for 
Native programs.

- Xlib: An implementation of the Xlib library in Ocaml.
  The whole X protocol is implemented, plus some other extensions (Icccm,
  XShade, Xpm, Zpixmap, Xrm, etc ...). Moreover, it contains an emulation
  of the Graphics library of Ocaml (called XGraphics).

WEB sources:
http://pauillac.inria.fr/~lefessan/src/efuns/efuns-005.src.tar.gz

WEB documentation:
http://pauillac.inria.fr/~lefessan/src/efuns/gwml-005.ps.gz

WEB page: follow Efuns link from:
http://pauillac.inria.fr/~lefessan/src

- Fabrice LE FESSANT

PARA/SOR Project
INRIA Rocquencourt

Homepage: http://pauillac.inria.fr/~lefessan




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-03-09  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-04-05 14:53 contributions Pierre Weis
1999-03-05 15:22 Contributions Fabrice Le Fessant
1999-03-08 15:54 ` Contributions Christian Lindig
1999-03-09  8:50 Contributions Tommy Hallgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).