licenses.dev

oftlisp v0.1.3

A compiler and interpreter for OftLisp, in Rust.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT10
PackageRelationDependenciesPublished
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. DIRECT0
itertools • 0.6.5Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
lazy_static • 0.2.11A macro for declaring lazily evaluated statics in Rust.DIRECT0
log • 0.3.9A lightweight logging facade for Rust DIRECT1
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
quote • 0.3.15Quasi-quoting macro quote!(...)INDIRECT0
syn • 0.11.11Parser for Rust source codeINDIRECT3
synom • 0.11.3Stripped-down Nom parser used by SynINDIRECT1
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. DIRECT0
unicode-xid • 0.0.4Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
MIT6
PackageRelationDependenciesPublished
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
spin • 0.4.10Spin-based synchronization primitivesDIRECT0
synstructure • 0.5.2Helper methods and macros for custom derivesINDIRECT4
try_opt • 0.1.1[deprecated] Like try!, but for OptionDIRECT0
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.INDIRECT0
MPL-2.03
PackageRelationDependenciesPublished
gc_derive • 0.3.1Garbage collector derive plugin for rust-gcDIRECT5
gc • 0.3.6Tracing garbage collector plugin for Rust.DIRECT0
smallvec • 0.4.5'Small vector' optimization: store up to a small number of items on the stackDIRECT0
MIT OR Unlicense2
PackageRelationDependenciesPublished
same-file • 0.1.3A simple crate for determining whether two file paths point to the same file. INDIRECT3
walkdir • 1.0.7Recursively walk a directory.DIRECT4
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/oftlisp)](https://licenses.dev/cargo/oftlisp)
<a href="https://licenses.dev/cargo/oftlisp">
  <img src="https://licenses.dev/b/cargo/oftlisp" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.3 version:

[![licenses](https://licenses.dev/b/cargo/oftlisp/0.1.3)](https://licenses.dev/cargo/oftlisp/0.1.3)
<a href="https://licenses.dev/cargo/oftlisp/0.1.3">
  <img src="https://licenses.dev/b/cargo/oftlisp/0.1.3" alt="licenses" />
</a>
GitHub