r-cran-curl
GNU R modern and flexible web client for R
The curl() and curl_download() functions provide highly configurable drop-
in replacements for base url() and download.file() with better
performance, support for encryption (https, ftps), gzip compression,
authentication, and other libcurl goodies. The core of the package
implements a framework for performing fully customized requests where
data can be processed either in memory, on disk, or streaming via the
callback or connection interfaces. Some knowledge of libcurl is
recommended; for a more-user-friendly web client see the 'httr' package
which builds on this package with http specific tools and logic.
libshaderc1
Library API for accessing glslc functionality - shared libraries
glslc wraps around core functionality in glslang and SPIRV-Tools. glslc and
its library aims to provide:
- a command line compiler with GCC- and Clang-like usage, for better
integration with build systems;
- an API where functionality can be added without breaking existing clients;
- an API supporting standard concurrency patterns across multiple operating
systems;
- increased functionality such as file #include support.
lokalize
computer-aided translation system
Lokalize is a computer-aided translation system that focuses on
productivity and quality assurance. It is targeted for software
translation and also integrates external conversion tools for
freelance office document translation.
node-jss-plugin-template
node-jss plugin to enable string templates
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
linux-support-6.10.11
Support files for Linux 6.10
This package provides support files for the Linux kernel build, e.g.
scripts to handle ABI information and for generation of build system meta
data.
r-cran-crul
simple HTTP Client for GNU R
A simple HTTP client, with tools for making HTTP requests,
and mocking HTTP requests. The package is built on R6, and takes
inspiration from Ruby's 'faraday' gem (<https://rubygems.org/gems/faraday>).
The package name is a play on curl, the widely used command line tool
for HTTP, and this package is built on top of the R package 'curl', an
interface to 'libcurl' (<https://curl.haxx.se/libcurl>).