Skip to content

Pold87/pddl-clojure-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDDL/Clojure Interface

A Clojure library designed to read and write PDDL files.

Installation

With Leiningen, add

[pddl-clojure-interface "1.0.2"]

to your dependencies in project.clj. Then add

(:require [pddl-clojure-interface.core :as pci])

to your Clojure ns declaration.

Usage

After the installation, simply use the provided pci methods in your Clojure code. You can find the methods in the core.clj file.

License

Copyright © 2014 Volker Strobel

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A Clojure library designed to read and write PDDL files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published