/[svn]/website/trunk/web/download.xml
ViewVC logotype

Contents of /website/trunk/web/download.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3995 - (hide annotations)
Wed Apr 9 16:46:40 2008 UTC (5 years, 1 month ago) by alain
File MIME type: text/xml
File size: 4488 byte(s)
Update info on how to get devel version of ocamlduce.
1 abate 442 <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
2 abate 684 <page name="download">
3 abate 442
4     <title>Download</title>
5    
6 abate 571 <box title="Sources tarballs" link="src">
7 abate 442 <ul>
8 abate 3992 <li><a href="download/cduce-0.5.2.1.tar.gz">Version 0.5.2.1</a></li>
9 abate 3960 <li><a href="download/cduce-0.5.1.tar.gz">Version 0.5.1 (for
10 abate 3958 OCaml 3.10)</a></li>
11 abate 1954 <li><a href="download/cduce-0.5.0.tar.gz">Version 0.5.0 (for
12     OCaml 3.10)</a></li>
13 abate 1951 <li><a href="download/cduce-0.4.2.tar.gz">Version 0.4.2 (for
14 abate 1950 OCaml 3.09)</a></li>
15 abate 442 </ul>
16    
17 abate 562 <p>
18 abate 3960 See <a href="http://www.cduce.org/cgi-bin/viewcvs.cgi/*checkout*/cduce/trunk/CHANGES">recent changes</a> (including those of the SVN
19     version), and <a href="http://www.cduce.org/cgi-bin/viewcvs.cgi/*checkout*/cduce/trunk/INSTALL">build instructions</a>.
20 abate 562 </p>
21    
22 abate 1223 <p>
23     The simplest way to compile and install CDuce is probably to
24     use the
25     <a href="http://www.ocaml-programming.de/godi/">
26     GODI distribution</a>, and to select the <tt>apps-cduce</tt> package.
27 abate 3916 An option in this package allows you to use the current SVN
28 abate 1909 development tree instead.
29 abate 1223 </p>
30    
31 abate 442 </box>
32    
33 abate 3958 <box title="Packages" link="binary">
34     <section title="Debian and Ubuntu Packages"><img style="border:0;" src="img/linux.gif" alt="linux"/>
35     <p>
36     CDuce is packaged and available in Debian and in Ubuntu. Just do <tt>apt-get
37     install cduce</tt>.
38     </p>
39     <link url="http://packages.debian.org/unstable/interpreters/cduce" title="Debian Unstable">
40     Cduce package in Debian unstable
41     </link>
42     <link url="http://packages.debian.org/stable/interpreters/cduce" title="Debian Stable">
43     Cduce package in Debian stable
44     </link>
45     <link url="http://packages.ubuntu.com/gutsy/interpreters/cduce" title="Ubuntu Gutsy">
46     Cduce package in Ubuntu Gutsy
47     </link>
48    
49 abate 3961 <link url="http://packages.ubuntu.com/hardy/interpreters/cduce" title="Ubuntu Hardy">
50 abate 3960 Cduce package in Ubuntu Hardy
51     </link>
52    
53 abate 3958 </section>
54    
55 abate 3960 <section title="Mandriva and Fedora Packages"><img style="border:0;" src="img/linux.gif" alt="linux"/>
56    
57     <link url="http://club.mandriva.com/xwiki/bin/view/rpms/Application/cduce" title="Mandriva package">
58     Cduce package in Mandriva.
59     </link>
60 beppe 3972 <link url="https://bugzilla.redhat.com/show_bug.cgi?id=241487" title="Fedora RPM">
61 abate 3960 Cduce package is under review for inclusion in Fedora.
62     </link>
63    
64     </section>
65    
66 abate 3958 <section title="Windows XP binary">
67     <img style="border:0;" src="img/windows.gif" alt="windows"/>
68     <p>
69     An XP installer including <tt>cduce</tt> and <tt>dtd2cduce</tt>
70 abate 3988 binaries is available for CDuce 0.5.x:
71 abate 3958 </p>
72     <ul>
73     <li><a href="http://www.cduce.org/download/win32/CDuce setup.exe">CDuce setup.exe (2.4 Mb)</a></li>
74     </ul>
75     </section>
76    
77 abate 3985 <section title="MacOsX binary">
78     <img style="border:0;" src="img/macos.gif" alt="macosx"/>
79     <p>
80     An MacOsX installer including <tt>cduce</tt> and <tt>dtd2cduce</tt>
81 abate 3988 binaries is available for CDuce 0.5.x:
82 abate 3985 </p>
83     <ul>
84 abate 3988 <li><a href="http://www.cduce.org/download/macosx/cduce-0.5.2.dmg">CDuce-0.5.2.dmg</a></li>
85 abate 3985 </ul>
86     </section>
87 abate 3960
88 abate 3958 </box>
89    
90 abate 3916 <box title="SVN status" link="cvs">
91 abate 672 <p>
92 abate 3916 You can browse the <a href="http://www.cduce.org/cgi-bin/viewcvs.cgi/"
93     >current SVN development tree</a>.
94 abate 672 </p>
95    
96     <p>
97 alain 3995 You can also download the SVN tree through an anonymous access
98     using svn:
99     </p>
100     <sample>
101     svn co https://svn.cduce.org
102     </sample>
103    
104     <p>
105 abate 3919 You can then do <tt>svn update</tt> in the <tt>cduce</tt> subdirectory to
106     get an up-to-date version of the SVN tree.
107 abate 730 </p>
108    
109 abate 3965
110     <p>You can access our svn snapshots <a href="download/snapshots">here</a>.</p>
111 abate 672 </box>
112    
113     <box title="Side products" link="side">
114     <section title="ulex">
115     <p>
116 abate 948 <code>ulex</code> is a lexer generator for Unicode and OCaml written by
117 abate 1948 Alain Frisch. Here is the <a href="ulex/">ocamldoc-generated documentation</a>.
118 abate 672 </p>
119 abate 1948 <link url="http://www.cduce.org/download/ulex-1.0.tar.gz"
120 abate 1884 title="Download">
121 abate 1948 Version 1.0, for OCaml 3.10 (ported by Nicolas Pouillard).
122 abate 1884 </link>
123 abate 1811 <link url="http://www.cduce.org/download/ulex-0.8.tar.gz"
124     title="Download">
125     Version 0.8, for OCaml 3.09.
126     </link>
127 abate 1688 <link url="http://www.cduce.org/download/ulex-0.7.tar.gz" title="Download">
128     Version 0.7, for OCaml 3.08, 3.09.
129 abate 1250 </link>
130 abate 1948 <link url="http://www.cduce.org/download/ulex-0.4.tar.gz" title="Download">
131     Version 0.4, for OCaml &lt;= 3.07.
132     </link>
133 abate 1884
134     <p>
135     Gerd Stolpmann posted a message to the Caml-list which explains <a
136     href="http://caml.inria.fr/pub/ml-archives/caml-list/2006/04/6d31ef03a5a1f9a182a9ed2422d266a4.en.html">how
137     to migrate from ocamllex to ulex</a>.
138     </p>
139    
140 abate 672 </section>
141     </box>
142    
143 abate 442 </page>

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5