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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 2720ac36e..37d5295b3 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -24,4 +24,14 @@
"Description":"Provides the toolchain to compile managed code to native",
"CommonTypes": [],
},
+ {
+ "Name": "Microsoft.DotNet.ILVerification",
+ "Description":"Provides a library, containing a cross platform, open-source tool that is capable of verifying MSIL code based on ECMA-335",
+ "CommonTypes": [],
+ },
+ {
+ "Name": "Microsoft.DotNet.ObjectWriter",
+ "Description":"Provides object writer to the managed to native code-generator",
+ "CommonTypes": [],
+ },
]