summaryrefslogtreecommitdiff
path: root/lang/coreclr/DESCR
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-06-30 12:16:24 +0000
committerkamil <kamil@pkgsrc.org>2016-06-30 12:16:24 +0000
commit3ea637dd4728323e1ced7b0cf0e299246b99c5dd (patch)
tree66db9302a8f40e3484f3e0ae384a3307894c7d95 /lang/coreclr/DESCR
parent66abe0444dddc86b867e2055584ad61773fe7e2d (diff)
downloadpkgsrc-3ea637dd4728323e1ced7b0cf0e299246b99c5dd.tar.gz
Import CoreCLR 1.0.0 as lang/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
Diffstat (limited to 'lang/coreclr/DESCR')
-rw-r--r--lang/coreclr/DESCR3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/coreclr/DESCR b/lang/coreclr/DESCR
new file mode 100644
index 00000000000..9e69cfcc6c5
--- /dev/null
+++ b/lang/coreclr/DESCR
@@ -0,0 +1,3 @@
+This repo contains the .NET Core runtime, called CoreCLR, and the base library,
+called mscorlib. It includes the garbage collector, JIT compiler, base .NET
+data types and many low-level classes.