Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
dbcce1da
Commit
dbcce1da
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2007-05-23 17:10:17 by afrisch] Empty log message
Original author: afrisch Date: 2007-05-23 17:10:17+00:00
parent
d9699baa
Changes
6
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
dbcce1da
...
...
@@ -68,6 +68,9 @@ package: clean
tar
czf
$(PACKAGE)
.tar.gz
--exclude
CVS
--exclude
".#*"
$(PACKAGE)
rm
-Rf
$(PACKAGE)
upload
:
scp
$(PACKAGE)
.tar.gz cduce@di.ens.fr:public_html/download
#cvs_snapshot:
# $(MAKE) package VERSION=cvs`date +%Y%m%d`
...
...
VERSION
View file @
dbcce1da
VERSION=0.4.
1
VERSION=0.4.
2
header
View file @
dbcce1da
The CDuce compiler
Alain Frisch <Alain.Frisch@inria.fr> and the CDuce team
Copyright CNRS,INRIA, 2003,2004,2005,2006 (see LICENSE for details)
Copyright CNRS,INRIA, 2003,2004,2005,2006
,2007
(see LICENSE for details)
web/download.xml
View file @
dbcce1da
...
...
@@ -6,10 +6,12 @@
<box
title=
"Sources tarballs"
link=
"src"
>
<p>
The latest available version for download is the 0.4.
1
release.
The latest available version for download is the 0.4.
2
release.
</p>
<ul>
<li><a
href=
"download/cduce-0.4.1.tar.gz"
>
Version 0.4.2 (for
OCaml 3.09)
</a></li>
<li><a
href=
"download/cduce-0.4.1.tar.gz"
>
Version 0.4.1 (for
OCaml 3.09)
</a></li>
<li><a
href=
"download/cduce-0.4.0.tar.gz"
>
Version 0.4.0 (for
...
...
web/index.xml
View file @
dbcce1da
...
...
@@ -37,6 +37,15 @@ by <a href="examples.html#site">a CDuce program</a>.
<box
title=
"Latest News"
link=
"news"
>
<p><b>
2007, May 23rd: CDuce 0.4.2 is out!
</b><br/>
See the
<local
href=
"download"
/>
page for download information, or the
<a
href=
"CHANGES"
>
CHANGES
</a>
file to know what's new.
</p>
<p>
GODI users can simply update their
<tt>
apps-cduce
</tt>
package.
</p>
<p><b>
2007, May 11th: AADL parser in OCaml, with OCamlDuce
</b>
<br/>
Erwan Jahier and Louis Mandel used OCamlDuce to implement
...
...
@@ -56,6 +65,9 @@ with minimal effort.
</p>
<!--
<p><b>2006, Oct 2nd: CDuce 0.4.1 is out!</b><br/>
See the <local href="download"/>
page for download information, or the <a href="CHANGES">CHANGES</a>
...
...
@@ -65,8 +77,6 @@ file to know what's new.
GODI users can simply update their <tt>apps-cduce</tt> package.
</p>
<!--
<section title="2006, May 4th, Tuesday: RPM packages available">
<p>
An RPM package for cduce is available in the <local href="download"/>
...
...
web/ocaml.xml
View file @
dbcce1da
...
...
@@ -20,7 +20,10 @@ regular expression types and patterns, iterators.
</p>
<p>
OCamlDuce is distributed under the Q Public License version 1.0.
The licensing conditions for OCaml and CDuce apply to the files
directly derived from these projects. Other files are distributed
under a choice of any of two licenses used for OCaml (with the same
exceptions).
</p>
<ul>
...
...
@@ -44,8 +47,9 @@ applications</local>.</li>
<box
title=
"Download and installation"
link=
"install"
>
<p>
Currently, OCamlDuce
is based on OCaml 3.09.3 and CDuce 0.4.0.
The latest version of OCamlDuce is based on OCaml 3.10.0 and CDuce
0.4.2. It is distributed under the same terms as these two projects.
(See the file LICENSE in the distribution for more information.)
</p>
<ul>
...
...
@@ -61,6 +65,9 @@ version 3.09.2, patch level 2</a> (to be used with OCaml 3.09.2)</li>
<li><a
href=
"http://gallium.inria.fr/~frisch/ocamlcduce/download/ocamlduce-3.09.3pl1.tar.gz"
>
Compiler
version 3.09.3pl1
</a>
(to be used with OCaml 3.09.3)
</li>
<li><a
href=
"http://gallium.inria.fr/~frisch/ocamlduce/download/ocamlduce-3.10.0.tar.gz"
>
Compiler
version 3.10.0
</a>
(to be used with OCaml 3.10.0)
</li>
</ul>
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment