licenses.dev

netcdf-src v0.1.3

Build scripts for building `netCDF` from source

Published on

Licenses

Learn more about license information.

Package Licenses

non-standard

Dependency Licenses

Apache-2.0 OR MIT19
PackageRelationDependenciesPublished
cc • 1.2.16A 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
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
cmake • 0.1.54A build dependency for running `cmake` to build a native library DIRECT2
hdf5-sys • 0.7.1Native bindings to the HDF5 library.DIRECT24
libc • 0.2.170Raw FFI bindings to platform libraries like libc. INDIRECT0
libz-sys • 1.1.21Low-level bindings to the system libz library (also known as zlib).INDIRECT5
pkg-config • 0.3.32A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
proc-macro2 • 1.0.94A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.39Quasi-quoting macro quote!(...)INDIRECT2
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
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
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
non-standard1
PackageRelationDependenciesPublished
hdf5-src • 0.7.1Build script for compiling HDF5 C library from source.INDIRECT7
ISC1
PackageRelationDependenciesPublished
libloading • 0.6.7Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT4
MIT1
PackageRelationDependenciesPublished
winreg • 0.8.0Rust bindings to MS Windows Registry APIINDIRECT9
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine 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/netcdf-src)](https://licenses.dev/cargo/netcdf-src)
<a href="https://licenses.dev/cargo/netcdf-src">
  <img src="https://licenses.dev/b/cargo/netcdf-src" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.3 version:

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