summaryrefslogtreecommitdiff
path: root/devel/cdecl/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cdecl/DESCR')
-rw-r--r--devel/cdecl/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/cdecl/DESCR b/devel/cdecl/DESCR
new file mode 100644
index 00000000000..87bd4e1c3b5
--- /dev/null
+++ b/devel/cdecl/DESCR
@@ -0,0 +1,5 @@
+Cdecl is a program which will turn English-like phrases such as "declare
+foo as array 5 of pointer to function returning int" into C declarations
+such as "int (*foo[5])()". It can also translate the C into the pseudo-
+English. And it handles typecasts, too. Plus C++. And in this version
+it has command line editing and history with the GNU readline library.