Enter the query into the form above.
API method:
GET /api/symbols?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.
Install a .pom file to a maven repository structure in lib/m2 that respects the file's artifact ID and group ID. This requires the parent pom, if any, to be present in the inputs so some of this information can be fetched.
Generates the pom.xml for a project. It is required by Maven to find a package, and by the java build system to know where to install a package, when a pom.xml doesn't already exist and installing to the maven repository.
Install the APIDOC-DIRECTORY to the target directory. This is used to install javadocs when this is not done by the install target.
Read JSON text from port and return an s-expression representation.
Write EXP to PORT in JSON format.
Build the given Julia package, applying all of PHASES in order.
This function can modify a given DEFCONFIG (or .config) file by adding, changing or removing the list of strings in CONFIGS. This allows customization of Kconfig based projects like the kernel Linux or the bootloader 'Das U-Boot'.
These are examples for CONFIGS to add, change or remove configurations to/from DEFCONFIG:
'("CONFIG_A=\"a\"" "CONFIG_B=0" "CONFIG_C=y" "CONFIG_D=m" "CONFIG_E=" "# CONFIG_G is not set" ;; For convenience this abbreviation can be used for not set configurations. "CONFIG_F")
Instead of a list, CONFIGS can be a string with one configuration per line.
Verify that the CONFIG file contains all configurations from the DEFCONFIG file. When the verification fails, raise an error with the mismatching keys and their values.
Build the given package, applying all of PHASES in order, with a Linux kernel in attendance.
If a `lib' output exists, build things there. Otherwise use `out'.
Generate an executable program containing all DEPENDENCIES, and which will execute ENTRY-PROGRAM. The result is placed in PROGRAM. When executed, it will run ENTRY-PROGRAM, a list of Common Lisp expressions in which `arguments' has been bound to the command-line arguments which were passed. Link in any asd files from DEPENDENCY-PREFIXES to ensure references to those libraries are retained.
Evaluate PROGRAM with a given LISP implementation.
Generate an image, possibly standalone, which contains all DEPENDENCIES, placing the result in IMAGE.image. Link in any asd files from DEPENDENCY-PREFIXES to ensure references to those libraries are retained.
Replace invalid characters in STR with a hyphen.
Replace simple lisp forms that the guile writer escapes, for example by replacing ##p# with #p. Should only be used to replace truly simple forms which are not nested.