Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Time is a command that displays information about the resources that a program uses. The display output of the program can be customized or saved to a file.
This package provides a thin Python wrapper around tzdata.
This package provides some tools to parse human-readable date/time text in Python.
This package provides functionality for utilizing the relativedelta feature from the dateutil library, ensuring calendar precision with aniso8601.
This is a python package for looking up the corresponding timezone for given coordinates on earth entirely offline.
rdate connects to an RFC 868 time server over a TCP/IP network, printing the returned time and/or setting the system clock.
Utility that fakes the system time by pre-loading a small library that modifies the time, gettimeofday and clock_gettime system calls.
Python-isodate is a python module for parsing and formatting ISO 8601 dates, time and duration.
Arrow is a Python library to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type.
This package aims to make the transition away from pytz easier. It is intended for temporary usage only, and should allow you to drop your dependency on pytz while also giving your users notice that eventually you will remove support for the pytz-specific interface.
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
This module provides a monotonic() function which returns the value (in fractional seconds) of a clock which never goes backwards.
This small Python module parses various kinds of time expressions.
This package includes the necessary headers for using LinuxPPS PPSAPI kernel interface in user-space applications, and several support tools.
This library brings the Olson tz database into Python. It allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time. Almost all of the Olson timezones are supported.
Python library for generating and parsing RFC 3339-compliant timestamps.
This module offers some high level convenience functions for accessing web pages on SSL servers (for symmetry, the same API is offered for accessing http servers, too), an sslcat() function for writing your own clients, and finally access to the SSL api of the SSLeay/OpenSSL package so you can write servers or clients for more complicated applications.
This package provides Guile bindings to GnuTLS, a library implementation the TLS protocol. It supersedes the Guile bindings that were formerly provided as part of GnuTLS.
Crypt::OpenSSL::Random is a OpenSSL/LibreSSL pseudo-random number generator
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols. It is provided in the form of a C library to support the protocols, as well as to parse and write X.509, PKCS #12, OpenPGP and other required structures.
mbed TLS, formerly known as PolarSSL, makes it trivially easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products, facilitating this functionality with a minimal coding footprint.
BearSSL is an implementation of the SSL/TLS protocol (RFC 5246) written in C. It aims at being correct and secure. In particular, insecure protocol versions and choices of algorithms are not supported, by design; cryptographic algorithm implementations are constant-time by default. It should also be small, both in RAM and code footprint. For instance, a minimal server implementation may fit in about 20 kilobytes of compiled code and 25 kilobytes of RAM.
Crypt::OpenSSL::Bignum provides multiprecision integer arithmetic in Perl.
The Crypt::OpenSSL::Guess Perl module provides helpers to guess the correct OpenSSL include path. It is intended for use in your Makefile.PL.