diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-31 20:21:24 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-31 20:21:24 +0000 |
commit | beb35905c473b0c75318e13e119b381c6fb8be5f (patch) | |
tree | 7991169ee0f7b85b195ed7eafa4042b556eb627a /devel/ossp-ex/pkg-descr | |
parent | 819c5fb11cc8ae22eb8c9885e25005037b9c069f (diff) |
Notes
Diffstat (limited to 'devel/ossp-ex/pkg-descr')
-rw-r--r-- | devel/ossp-ex/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/ossp-ex/pkg-descr b/devel/ossp-ex/pkg-descr new file mode 100644 index 000000000000..4e2cd3b37295 --- /dev/null +++ b/devel/ossp-ex/pkg-descr @@ -0,0 +1,8 @@ +OSSP ex is a small ISO-C++ style exception handling library for use in the +ISO-C language. It allows you to use the paradigm of throwing and catching +exceptions in order to reduce the amount of error handling code without +making your program less robust. + +WWW: http://www.ossp.org/pkg/lib/ex/ + +-- AlanE@FreeBSD.org |