[package] authors = ["Nathaniel Ringo "] description = "An OftLisp backend using A-normal form." homepage = "https://github.com/oftlisp/oftlisp-rs" license = "MIT" name = "oftlisp-anf" repository = "https://github.com/oftlisp/oftlisp-rs" version = "0.1.3" [dependencies] byteorder = "1.1.0" either = "1.1.0" gc = "0.3.2" gc_derive = "=0.3.1" itertools = "0.6.3" log = "0.3.8" smallvec = "0.4.4" [dependencies.oftlisp] path = ".." version = "0.1.3"