From 7ead5a24105efc096e19574f87a56317f55520a8 Mon Sep 17 00:00:00 2001 From: pgj Date: Sat, 15 May 2010 19:23:21 +0000 Subject: 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 --- textproc/hs-hs-bibutils/pkg-descr | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 textproc/hs-hs-bibutils/pkg-descr (limited to 'textproc/hs-hs-bibutils/pkg-descr') 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: +. + +The original API documentation is available here: +. + +WWW: http://code.haskell.org/hs-bibutils -- cgit