licenses.dev

cranefack-cli v0.1.0

Commandline utility for the cranefack brainfuck compiler

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT27
PackageRelationDependenciesPublished
anyhow • 1.0.91Flexible concrete Error type built on std::error::ErrorINDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cranefack • 0.1.0An optimizing brainfuck compilerDIRECT41
gimli • 0.24.0A library for reading and writing the DWARF debugging format.INDIRECT3
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
vec_map • 0.8.2A simple map based on a vector for small integer keysINDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
Apache-2.0 WITH LLVM-exception12
PackageRelationDependenciesPublished
cranelift-bforest • 0.74.0A forest of B+-treesINDIRECT1
cranelift-codegen-meta • 0.74.0Metaprogram for cranelift-codegen code generator libraryINDIRECT2
cranelift-codegen-shared • 0.74.0For code shared between cranelift-codegen-meta and cranelift-codegenINDIRECT0
cranelift-codegen • 0.74.0Low-level code generator libraryINDIRECT13
cranelift-entity • 0.74.0Data structures using entity references as mapping keysINDIRECT0
cranelift-frontend • 0.74.0Cranelift IR builder helperINDIRECT14
cranelift-jit • 0.74.0A JIT library backed by CraneliftINDIRECT24
cranelift-module • 0.74.0Support for linking functions and data with CraneliftINDIRECT15
cranelift-native • 0.74.0Support for targeting the host with CraneliftINDIRECT14
cranelift • 0.74.0Umbrella for commonly-used cranelift cratesINDIRECT15
regalloc • 0.0.31Modular register allocation algorithmsINDIRECT3
target-lexicon • 0.12.16Targeting utilities for compilers and related toolsINDIRECT0
MIT6
PackageRelationDependenciesPublished
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)INDIRECT3
atty • 0.2.14A simple interface for querying attyINDIRECT5
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument ParserDIRECT12
region • 2.2.0Cross-platform virtual memory APIINDIRECT6
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT1
MIT OR Unlicense2
PackageRelationDependenciesPublished
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.01
PackageRelationDependenciesPublished
codespan-reporting • 0.11.1Beautiful diagnostic reporting for text-based programming languagesDIRECT13
BSD-2-Clause1
PackageRelationDependenciesPublished
mach • 0.3.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.0 version:

[![licenses](https://licenses.dev/b/cargo/cranefack-cli/0.1.0)](https://licenses.dev/cargo/cranefack-cli/0.1.0)
<a href="https://licenses.dev/cargo/cranefack-cli/0.1.0">
  <img src="https://licenses.dev/b/cargo/cranefack-cli/0.1.0" alt="licenses" />
</a>
GitHub