Skip to content

tralivali1234/linker

 
 

Repository files navigation

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.

This file was extracted from Mono (github.com/mono/mono) on November 1st, 2016 to allow easier sharing of the linker code with other .NET projects.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.3%
  • C 2.6%
  • Shell 2.2%
  • PowerShell 1.2%
  • Groovy 0.4%
  • Batchfile 0.2%
  • Makefile 0.1%