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.
GNU Zile is a lightweight clone of the Emacs editor, and Zile-on-Guile is a variant of Zile that can be extended in Guile Scheme. Hitting M-C (or: Alt and C) brings up a Guile REPL from which interactive functions akin to those of Emacs can be invoked.
With the node-openzwave-shared package, you can easily control and manage your Z-Wave devices (lights, dimmers, blinds, you name it) from within Node.js applications. This library also supports secure devices (e.g. door locks) that require encryption. All widely used Node.js versions are supported with the help of node-nan.
This library is currently able to:
scan a Z-Wave network and report on connected devices;
write values to Z-Wave nodes;
monitor the network for changes;
heal nodes and/or the network; and
perform management tasks: add or remove nodes, replace failed nodes, manage their group associations, etc.
OpenZWave (or OZW) is a C++ library that interfaces with selected Z-Wave PC controllers. It allows developers to create applications that manipulate and respond to devices on a Z-Wave network, without requiring in-depth knowledge of the Z-Wave protocol.
GNU Mach is the microkernel upon which a GNU Hurd system is based.
GNU Mach is the microkernel upon which a GNU Hurd system is based.
Make is a program that is used to control the production of executables or other files from their source files. The process is controlled from a Makefile, in which the developer specifies how each file is generated from its source. It has powerful dependency resolution and the ability to determine when files have to be regenerated after their sources change. GNU make offers many powerful extensions over the standard utility.