libfcgi0t64
shared library of FastCGI
FastCGI is a language independent, scalable, open extension
to CGI that provides high performance without the limitations
of server specific APIs.
python3-truststore
Python Library to verify certificates using native system trust stores
Truststore is a library which exposes native system certificate stores (ie
"trust stores") through an `ssl.SSLContext`-like API. This means that Python
applications no longer need to rely on certifi as a root certificate store.
ruby-maven-tools
helpers for maven related tasks
adds versions conversion from rubygems to maven and vice versa, ruby DSL for
POM (Project Object Model from maven), pom generators, etc
libghc-quickcheck-classes-prof
QuickCheck common typeclasses; profiling libraries
This library provides QuickCheck properties to ensure
that typeclass instances adhere to the set of laws that
they are supposed to. There are other libraries that do
similar things, such as `genvalidity-hspec` and `checkers`.
This library differs from other solutions by not introducing
any new typeclasses that the user needs to learn.
elpa-inheritenv
Make temp buffers inherit buffer-local environment variables
Environment variables in Emacs can be set buffer-locally, like many
Emacs preferences, which allows users to have different buffer-local
paths for executables in different projects, specified by a
".dir-locals.el" file or via a "direnv" integration like
envrc (see https://github.com/purcell/envrc).