diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-03-03 13:45:23 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-03-03 13:45:23 +0000 |
commit | 3e1bfe6210f5f21be5a4790f064c315a275e65a1 (patch) | |
tree | 7726d68342c79a9167f32e8d2f78bba2b0b15d60 /devel/libidl/pkg/COMMENT | |
parent | bdf6d632560f42bea67409c1ebf65479c4772682 (diff) | |
download | pkgsrc-3e1bfe6210f5f21be5a4790f064c315a275e65a1.tar.gz |
Import libIDL-0.6.8:
With libIDL, you can parse an IDL file which will be automatically run
through the C preprocessor (on systems with one available), and have
detailed error and warning messages displayed. On a compilation
without errors, the tree is returned to the custom application.
libIDL performs compilation phases from lexical analysis to nearly
full semantic analysis with some optimizations, and will attempt to
generate meaningful errors and warnings for invalid or deprecated IDL.
Diffstat (limited to 'devel/libidl/pkg/COMMENT')
-rw-r--r-- | devel/libidl/pkg/COMMENT | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libidl/pkg/COMMENT b/devel/libidl/pkg/COMMENT new file mode 100644 index 00000000000..deb5b4ad368 --- /dev/null +++ b/devel/libidl/pkg/COMMENT @@ -0,0 +1 @@ +Library for creating trees of CORBA IDL files |