licenses.dev

peepmatic v0.65.0

DSL and compiler for generating peephole optimizers

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 WITH LLVM-exception

Dependency Licenses

Apache-2.0 OR MIT16
PackageRelationDependenciesPublished
anyhow • 1.0.90Flexible concrete Error type built on std::error::ErrorDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT2
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
leb128 • 0.2.5Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding.INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.64Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.64derive(Error)INDIRECT5
Apache-2.0 WITH LLVM-exception4
PackageRelationDependenciesPublished
peepmatic-automata • 0.2.0Finite-state transducer automataDIRECT6
peepmatic-macro • 0.2.0Macros for peepmaticDIRECT4
peepmatic-runtime • 0.2.0Runtime support for peepmatic peephole optimizersDIRECT16
wast • 15.0.0Customizable Rust parsers for the WebAssembly Text formats WAT and WAST DIRECT1
MIT3
PackageRelationDependenciesPublished
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!INDIRECT6
z3-sys • 0.6.3Low-level bindings for the Z3 SMT solver from Microsoft ResearchINDIRECT3
z3 • 0.5.1High-level rust bindings for the Z3 SMT solver from Microsoft ResearchDIRECT6
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.65.0 version:

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