Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 60 and Version 61 of WikiStart

Show
Ignore:
Author:
doob (IP: 82.182.147.240)
Timestamp:
08/20/11 13:56:42 (13 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v60 v61  
    4747#!html 
    4848<div id="content" style="margin-right: 16em;"> 
    49 Orange is a serialization library for D1 and D2, supporting both Tango and Phobos. It can serialize most of the available types in D, including third party types and can serialize through base class references. It supports fully automatic serialization of all supported types and also supports several ways to customize the serialization process. Orange has a separate front end (the serializer) and back end (the archive) making it possible for the user to create new archive types that can be used with the existing serializer.  
     49<p>Orange is a serialization library for D1 and D2, supporting both Tango and Phobos. It can serialize most of the available types in D, including third party types and can serialize through base class references. It supports fully automatic serialization of all supported types and also supports several ways to customize the serialization process. Orange has a separate front end (the serializer) and back end (the archive) making it possible for the user to create new archive types that can be used with the existing serializer.</p> 
     50 
     51The code repository has been moved to github. This page will continue to be the main page for the project and all issues should be reported here. 
    5052</div> 
    5153}}} 
    6163                    <table> 
    6264                        <tr><td>Category</td><td>Libraries-System</td></tr> 
    63                         <tr><td>Status</td><td>Alpha</td></tr> 
     65                        <tr><td>Status</td><td>Beta</td></tr> 
    6466                        <tr><td>OS</td><td>Independent</td></tr> 
    6567                        <tr><td>Language</td><td>D1, D2</td></tr>