[package] authors = ["Nathaniel Ringo "] description = "A compiler and interpreter for OftLisp, in Rust." homepage = "https://github.com/oftlisp/oftlisp-rs" license = "MIT" name = "oftlisp" repository = "https://github.com/oftlisp/oftlisp-rs" version = "0.1.3" [dependencies] either = "1.1.0" gc = "0.3.2" gc_derive = "=0.3.1" itertools = "0.6.2" lazy_static = "0.2.8" log = "0.3.8" smallvec = "0.4.4" try_opt = "0.1.1" unicode-segmentation = "1.2.0" walkdir = "1.0.7" [dependencies.spin] default-features = false version = "0.4.5" [workspace] members = [ "oftb", "oftlisp-anf", ]