summaryrefslogtreecommitdiffstats
path: root/development/mono-basic/README
diff options
context:
space:
mode:
author David Golus <bassplayer69@gmail.com>2011-07-26 15:00:55 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-26 15:00:55 -0300
commitf733ee5c45705fbc28fa2e565ddee12aaf18bea2 (patch)
treebe35456882775aad3c9b9764663fa86ae10cc547 /development/mono-basic/README
parente270d159998d8fd3becadda254748902ad882833 (diff)
downloadslackbuilds-f733ee5c45705fbc28fa2e565ddee12aaf18bea2.tar.gz
slackbuilds-f733ee5c45705fbc28fa2e565ddee12aaf18bea2.tar.xz
development/mono-basic: Added (Visual Basic.NET support for Mono)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/mono-basic/README')
-rw-r--r--development/mono-basic/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/mono-basic/README b/development/mono-basic/README
new file mode 100644
index 0000000000..3fbfee3e40
--- /dev/null
+++ b/development/mono-basic/README
@@ -0,0 +1,8 @@
+A Native compiler for Visual Basic.NET support in Mono.
+Having a native compiler for Visual Basic not only allows developers that
+wish to completely develop a Mono supported platform, but also allows
+applications that depend on the CodeDOM (ASP.NET for example) to be
+developed using Visual Basic. Something that before the availability of the
+compiler was not possible.
+
+Requires mono and gtk-sharp.