Update list
[mono.git] / web / mono-1.0.html
1 <html>
2 <head>
3 <title>Mono 1.0 assemblies</title>
4 </head>
5
6 <body>
7 <h1>Assemblies</h1>
8 <pre>
9 Stable:
10         Commons.RelaxNG
11         Cscompmgd
12         Mono.Data.Tds
13         Mono.Posix
14         Mono.Security
15         Mono.Security.Win32
16         System.Web
17         System.Configuration.Install
18         System.Data
19         System.Data.OracleClient
20         System.DirectoryServices
21         System
22         System.Drawing
23         System.Runtime.Remoting
24         System.Security
25         System.Web.Services
26         System.XML      
27
28 Unstable:
29         Accessibility
30         Mono.Cairo
31         Mono.CSharp.Debugger
32         Mono.Data
33         Mono.Data.DB2Client
34         Mono.Data.SqlLite
35         Mono.Data.SybaseClient
36         Mono.GetOptions
37         System.Web.Mobile
38         System.Design
39         System.Drawing.Design
40         System.Windows.Forms
41         Formatters.Soap
42         Mono.Data.TdsClient (older Sybase and MS SQL)
43                 
44 Missing:
45         System.EnterpriseServices
46         System.Management
47         System.Messaging
48         System.ServiceProcess
49         System.Web.RegularExpressions
50
51 Third party assemblies.
52         ByteFX.Data
53         Npgsql
54         PEAPI
55         SharpZipLib.
56
57         Java integration with IKVM.NET
58
59 </pre>
60
61 <h1>Languages</h1>
62
63 <pre>
64 Stable:
65         C#
66
67 Unstable:
68         VB.NET
69
70 Not ready:
71         JScript
72 </pre>
73
74 <h1>Virtual Machine</h1>
75
76 <pre>
77 JIT, 32 bits:
78         PPC
79         x86
80
81 Interpreter, 32 bits:
82         s390
83         HPPA
84         StrongARM
85         SPARC v8
86         
87 Interpreter, 64 bits:
88         ia64
89         SPARC v9
90 </body>
91 </html>