cl-fluidinfo

2013-03-12

Library to access the Fluidinfo database / storage and search platform

Upstream URL

github.com/hdurer/cl-fluiddb

Author

codemonkey@betareduction.info

License

BSD 2-clause license - http://www.opensource.org/licenses/BSD-2-Clause
README

cl-fluiddb / cl-fluidinfo

cl-fluidinfo (cl-fluiddb is the old, original name) is a work-in-progress project of accessing the fluidinfo from Common Lisp. This is by no means done, expect breaking changes in the future.

I do all my work in SBCL, so this is the only implementation currently supported.

Requirements

You will need

  • Drakma
  • cl-json
  • flexi-streams (is a dependency of drakma anyway)
  • bordeaux-threads
  • split-sequence
  • All dependencies of those libs above.

You should use Quicklisp to get these dependencies. No, really. If you aren't using it yet, do yourself a favour and install it before proceeding.

There is also a beginning of some tests written in Lift, so you will need the lift library.

Licence

Copyright (c) 2011, Holger Durer All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Dependencies (6)

  • bordeaux-threads
  • cl-json
  • drakma
  • flexi-streams
  • lift
  • split-sequence

Dependents (0)

    • GitHub
    • Quicklisp