cl-fluidinfo

https://github.com/hdurer/cl-fluiddb.git

git clone 'https://github.com/hdurer/cl-fluiddb.git'

(ql:quickload :cl-fluidinfo)
5

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

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:

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.