diff options
author | pgj <pgj@FreeBSD.org> | 2010-05-16 03:23:21 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-05-16 03:23:21 +0800 |
commit | 7ead5a24105efc096e19574f87a56317f55520a8 (patch) | |
tree | 068c3149ab0f2b50606ac613fcdcadaea94146f9 /textproc/hs-hs-bibutils/pkg-descr | |
parent | 039087f59f6cad5995600b37bf613ea4d8875477 (diff) | |
download | freebsd-ports-graphics-7ead5a24105efc096e19574f87a56317f55520a8.tar.gz freebsd-ports-graphics-7ead5a24105efc096e19574f87a56317f55520a8.tar.zst freebsd-ports-graphics-7ead5a24105efc096e19574f87a56317f55520a8.zip |
Haskell bindings to Chris Putnam's bibutils, a library that
interconverts between various bibliography formats using a common
MODS-format XML intermediate.
WWW: http://code.haskell.org/hs-bibutils
Diffstat (limited to 'textproc/hs-hs-bibutils/pkg-descr')
-rw-r--r-- | textproc/hs-hs-bibutils/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/hs-hs-bibutils/pkg-descr b/textproc/hs-hs-bibutils/pkg-descr new file mode 100644 index 00000000000..822de78e8f5 --- /dev/null +++ b/textproc/hs-hs-bibutils/pkg-descr @@ -0,0 +1,14 @@ +Haskell bindings to Chris Putnam's bibutils, a library that +interconverts between various bibliography formats using a common +MODS-format XML intermediate. + +hs-bibutils is available under the GNU GPL license. See the LICENSE file +for details. + +For more details about bibutils, please check: +<http://www.scripps.edu/~cdputnam/software/bibutils/>. + +The original API documentation is available here: +<http://www.scripps.edu/~cdputnam/software/bibutils/library_specs.html>. + +WWW: http://code.haskell.org/hs-bibutils |