Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2016-11-02 20:31:54 +0300
committerGitHub <noreply@github.com>2016-11-02 20:31:54 +0300
commit61c43b8b46d76f949d33f9e4cbfc040286d5fa38 (patch)
tree95ca4245b49f11475fb0a001cd4c166a6ba4bb93 /README.md
parent6ad00433905083280de697252a33bc9395385dae (diff)
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..a0a70920e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+The Mono linker is a tool one can use to only ship the minimal possible set of functions that a set of
+programs might require to run as opposed to the full libraries.
+
+It is used by the various Xamarin products to extract only the bits of code that are needed to run
+an application on Android, iOS and other platforms.
+
+
+