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.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
This package provides a dictionary for the GNU Aspell spell checker.
WLA DX is a set of tools to assemble assembly files to object or library files (wla-ARCH) and link them together (wlalink). Supported architectures are:
z80
gb (z80-gb)
6502
65c02
6510
65816
6800
6801
6809
8008
8080
huc6280
spc700
This package provides a Intel 8086 (primarily 16-bit) assembler, a C compiler and a linker. The assembler uses Intel syntax (also Intel order of operands).
The Intel X86 Encoder Decoder (XED) is a software library and for encoding and decoding X86 (IA32 and Intel64) instructions. The decoder takes sequences of 1-15 bytes along with machine mode information and produces a data structure describing the opcode, operands, and flags. The encoder takes a similar data structure and produces a sequence of 1 to 15 bytes. Disassembly is essentially a printing pass on the data structure.
The library and development files are under the lib output, with a family of command line utility wrappers in the default output. Each of the cli tools is named like xed*. Documentation for the cli tools is sparse, so this is a case where ``the code is the documentation.''
The SIMDe header-only library provides fast, portable implementations of SIMD intrinsics on hardware which doesn't natively support them, such as calling SSE functions on ARM. There is no performance penalty if the hardware supports the native implementation (e.g., SSE/AVX runs at full speed on x86, NEON on ARM, etc.).