summaryrefslogtreecommitdiff
path: root/devel/gnustep-objc/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnustep-objc/DESCR')
-rw-r--r--devel/gnustep-objc/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/gnustep-objc/DESCR b/devel/gnustep-objc/DESCR
new file mode 100644
index 00000000000..14ddbd6c83d
--- /dev/null
+++ b/devel/gnustep-objc/DESCR
@@ -0,0 +1,6 @@
+ This is the GCC/GNUstep objective C runtime.
+
+ The runtime is modeled after the NeXT Objective C runtime. That is, most
+functions have semantics as it is known from the NeXT. The names, however,
+have changed. All runtime API functions have names of lowercase letters
+and underscores as opposed to the `traditional' mixed case names.