lisp / de.setf.wilbur

a fork of net.sourceforge.wilbur updated for mcl and sbcl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DE.SETF.WILBUR: a maintenance fork of net.sourceforge.wilbur

Introduction

de.setf.wilbur extends and updates the Feb 14, 2010 version of the "Wilbur Semantic Web Toolkit for CLOS" to maintain compatibility with Lisp runtimes.

  • MCL : 5.2
  • SBCL : 1.0.36 (linux)

Downloading

You can download Wilbur from GitHub either by cloning repository or downloading all the source files in a Zip archive.

Building

In principle, de.setf.wilbur is built with ASDF.

If you have Quicklisp then installing Wilbur is a single command task:

(ql:quickload "wilbur")

This will install Wilbur and all its dependencies.

Documentation

Additional information about Wilbur, manual, API reference and other useful titbits can be found on the project Wiki.

Licensing

The library is governed by the original LLGPL license

About

a fork of net.sourceforge.wilbur updated for mcl and sbcl


Languages

Language:Common Lisp 100.0%