_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


emacs-ox-report 20220910.951
Propagated dependencies: emacs-org-msg@4.0
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/DarkBuffalo/ox-report
Licenses: GPL 3
Build system: emacs
Synopsis: Export your org file to minutes report PDF file
Description:

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This is a another exporter for org-mode that translates Org-mode file to beautiful PDF file EXAMPLE ORG FILE HEADER: #+title:Readme ox-notes #+author: Matthias David #+options: toc:nil #+ou:Zoom #+quand: 20/2/2021 #+projet: ox-minutes #+absent: C. Robert,T. tartanpion #+present: K. Soulet,I. Payet #+excuse:Sophie Fonsec,Karine Soulet #+logo: logo.png

emacs-lfe-mode 20220822.911
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: ASL 2.0
Build system: emacs
Synopsis: Lisp Flavoured Erlang mode
Description:

Copied from `lisp-mode and modified for LFE.

emacs-org-pdftools 20220320.301
Propagated dependencies: emacs-org@9.7.39 emacs-pdf-tools@1.1.0 emacs-org-noter@1.6.1
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/fuxialexander/org-pdftools
Licenses: GPL 3
Build system: emacs
Synopsis: Support for links to documents in pdfview mode
Description:

Add support for org links from pdftools buffers with more precise location control. https://github.com/fuxialexander/org-pdftools/

emacs-leetcode 0-1.f12421e
Propagated dependencies: emacs-names@20151201.0-8.d8baba5 emacs-ctable@0.1.3
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/yewscion/leetcode-emacs.git
Licenses: Unlicense
Build system: emacs
Synopsis: Solve and submit LeetCode problems from within Emacs
Description:

This package provides an Emacs interface to LeetCode allowing users to log in and solve problems of their choice using Emacs.

emacs-org-scrum 20200131.1129
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/ianxm/emacs-scrum
Licenses: GPL 3
Build system: emacs
Synopsis: org mode extensions for scrum planning and reporting
Description:

This package provides functions that extend org-mode which allow it to generate reports used in the scrum software development process, such as a scrum board and burndown chart.

emacs-markdown-changelog 20200120.2253
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/plandes/markdown-changelog
Licenses: GPL 2
Build system: emacs
Synopsis: Maintain changelog entries
Description:

Create and maintain Keep a Changelog based entries. See https://keepachangelog.com/ for this specific change log format. A nascent changelog is created with `markdown-changelog-new and `markdown-changelog-add-release is used to add a new entry. For more information and motivation for markdown changelogs see https://github.com/plandes/markdown-changelog#motivation

emacs-ox-gfm 20220910.1321
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 3+
Build system: emacs
Synopsis: Github Flavored Markdown Back-End for Org Export Engine
Description:

This library implements a Markdown back-end (github flavor) for Org exporter, based on the `md back-end.

emacs-haml-mode 20190219.2102
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/nex3/haml-mode
Licenses: Expat
Build system: emacs
Synopsis: Major mode for editing Haml files
Description:

Because Haml's indentation schema is similar to that of YAML and Python, many indentation-related functions are similar to those in yaml-mode and python-mode. To install, save this on your load path and add the following to your .emacs file: (require haml-mode)

emacs-company-quickhelp-terminal 20220704.647
Propagated dependencies: emacs-company-quickhelp@2.3.0 emacs-popup@0.5.9
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/jcs-elpa/company-quickhelp-terminal
Licenses: GPL 3
Build system: emacs
Synopsis: Terminal support for `company-quickhelp'
Description:

Terminal support for `company-quickhelp'.

emacs-ob-prolog 20190410.2130
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/ljos/ob-prolog
Licenses: GPL 3+
Build system: emacs
Synopsis: org-babel functions for prolog evaluation.
Description:

Org-babel support for prolog. To activate ob-prolog add the following to your init.el file: (add-to-list load-path "/path/to/ob-prolog-dir") (org-babel-do-load-languages org-babel-load-languages ((prolog . t))) It is unnecessary to add the directory to the load path if you install using the package manager. In addition to the normal header arguments ob-prolog also supports the :goal argument. :goal is the goal that prolog will run when executing the source block. Prolog needs a goal to know what it is going to execute.

emacs-impatient-mode 20200723.2117
Propagated dependencies: emacs-simple-httpd@1.5.1 emacs-htmlize@1.59
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/netguy204/imp.el
Licenses: Public Domain
Build system: emacs
Synopsis: Serve buffers live over HTTP
Description:

impatient-mode is a minor mode that publishes the live buffer through the local simple-httpd server under /imp/live/<buffer-name>/. To unpublish a buffer, toggle impatient-mode off. Start the simple-httpd server (`httpd-start') and visit /imp/ on the local server. There will be a listing of all the buffers that currently have impatient-mode enabled. This is likely to be found here: http://localhost:8080/imp/ Except for html-mode buffers, buffers will be prettied up with htmlize before being sent to clients. This can be toggled at any time with `imp-toggle-htmlize'. Because html-mode buffers are sent raw, you can use impatient-mode see your edits to an HTML document live! This is perhaps the primary motivation of this mode. To receive updates the browser issues a long poll on the client waiting for the buffer to change -- server push. The response happens in an `after-change-functions hook. Buffers that do not run these hooks will not be displayed live to clients.

emacs-titlecase 20230714.323
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://codeberg.org/acdw/titlecase.el
Licenses: GPL 3
Build system: emacs
Synopsis: Title-case phrases
Description:

This library strives to be the most accurate possible with title-casing sentences, lines, and regions of text in English prose according to a number of styles guides capitalization rules. It is necessarily a best-effort; due to the vaguaries of written English it's impossible to completely correctly capitalize aribtrary titles. So be sure to proofread and copy-edit your titles before sending them off to be published, and never trust a computer. INSTALLATION and USE: Make sure both titlecase.el and titlecase-data.el are in your `load-path', and `require titlecase. You should then be able to call the interactive functions defined in this file. ; CUSTOMIZATION: Only two customization options are probably going to be of any interest: `titlecase-style (the style to use for capitalizing titles), and `titlecase-dwim-non-region-function', which determines what to do when `titlecase-dwim isn't acting on a region. If you want to use your own title-casing code, or a third party, you can customize `titlecase-command to something other than its default. One possibility is titlecase.pl, written John Gruber and Aristotle Pagaltzis: https://github.com/ap/titlecase.

emacs-ob-rust 20220824.1923
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/micanzhang/ob-rust
Licenses: GPL 3+
Build system: emacs
Synopsis: Org-babel functions for Rust
Description:

Org-Babel support for evaluating rust code. Much of this is modeled after `ob-C'. Just like the `ob-C', you can specify :flags headers when compiling with the "rust run" command. Unlike `ob-C', you can also specify :args which can be a list of arguments to pass to the binary. If you quote the value passed into the list, it will use `ob-ref to find the reference data. If you do not include a main function or a package name, `ob-rust will provide it for you and it's the only way to properly use very limited implementation: - currently only support :results output. ; Requirements: - You must have rust and cargo installed and the rust and cargo should be in your `exec-path rust command. - rust-script - `rust-mode is also recommended for syntax highlighting and formatting. Not this particularly needs it, it just assumes you have it.

emacs-ipcalc 20210903.958
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/dotemacs/ipcalc.el
Licenses: FreeBSD
Build system: emacs
Synopsis: IP subnet calculator
Description:

Usage: evaluate (ipcalc "192.168.0.23/21")

emacs-xml+ 20170727.2351
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/bddean/xml-plus
Licenses: GPL 3+
Build system: emacs
Synopsis: Utilities for xml and html trees
Description:

Utility functions for xml parse trees. - `xml+-query-all and `xml+-query-first are query functions that search descendants in node lists. They don't work with namespace-aware parsing yet - `xml+-node-text gets node text

emacs-org-kanban 20220723.1216
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/gizmomogwai/org-kanban
Licenses: Expat
Build system: emacs
Synopsis: kanban dynamic block for org-mode.
Description:

To create a kanban table for an org file, simply put the dynamic block ` #+BEGIN: kanban #+END: somewhere and run `C-c C-c on it. You can use `org-kanban/initialize to get this generated.

emacs-adoc-mode 20220919.659
Propagated dependencies: emacs-markup-faces@1.0.0
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/bbatsov/adoc-mode
Licenses: GPL 3
Build system: emacs
Synopsis: a major-mode for editing AsciiDoc files in Emacs
Description:

AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups. adoc-mode is an Emacs major mode for editing AsciiDoc files. It emphasizes on the idea that the document is highlighted so it pretty much looks like the final output. What must be bold is bold, what must be italic is italic etc. Meta characters are naturally still visible, but in a faint way, so they can be easily ignored.

emacs-noflet 20141102.1454
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/nicferrier/emacs-noflet
Licenses: GPL 3
Build system: emacs
Synopsis: locally override functions
Description:

This let's you locally override functions, in the manner of `flet', but with access to the original function through the symbol: `this-fn'.

emacs-julia-mode 20230119.1840
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/JuliaEditorSupport/julia-emacs
Licenses: Expat
Build system: emacs
Synopsis: Major mode for editing Julia source code
Description:

This is the official Emacs mode for editing Julia programs.

emacs-gameoflife 20200614.1814
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/Lindydancer/gameoflife
Licenses: GPL 3
Build system: emacs
Synopsis: Screensaver running Conway's Game of Life
Description:

Run Conway's Game of Life, in all windows, using the original window content as seed. In addition, when performing the animation, the original characters and the colors they have, are retained, resulting is a much more living result than when simply using, say, stars. By "seed", it means that the original content of the windows are seen as dots in the plane. All non-blank characters are seen as live dots. The Game of Life animation can be started as a screensaver, so that it starts automatically when Emacs has been idle for a while. By default, it stops after 1000 generations. Screenshot: ![See doc/GameOfLifeDemo.gif for screenshot](doc/GameOfLifeDemo.gif) Usage: `gameoflife-animate -- Start the Game of Life animation. `gameoflife-screensaver-mode -- Run as a screensaver. The animation is started when Emacs has been idle for a while. About Conway's Game of Life: Conway's Game of Life is a simple simulation, originally developed in 1970, taking place in a two-dimentional grid -- think of it as an infinite chess board. A square can either be dead or alive. In each step in the simulation, the following rule applies: - A live square stays alive only if it has two or three neighbours. - A dead square is resurrected if it has exactly three neighburs. Personal reflection: I have noticed that sparse programming languages with a lot of highlighting, like C and C++, produde the most beautiful animations. More dense programming languages, like elisp, tend to "kill" many squares in the first generation, making them less suited for Game of Life seeds.

emacs-pcache 20220724.1841
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 2+
Build system: emacs
Synopsis: persistent caching for Emacs.
Description:

pcache provides a persistent way of caching data, in a hashtable-like structure. It relies on `eieio-persistent in the backend, so that any object that can be serialized by EIEIO can be stored with pcache. pcache handles objects called "repositories" (`pcache-repository') and "entries" (`pcache-entry'). Each repository is identified by a unique name, that defines an entry in `pcache-directory'. Subdirectories are allowed, by the use of a directory separator in the repository name. Example: (let ((repo (pcache-repository "plop"))) (pcache-put repo foo 42) ; store value 42 with key foo (pcache-get repo foo) ; => 42 ) Keys can be pretty much any Lisp object, and are compared for equality using `eql Optionally, cache entries can expire: (let ((repo (pcache-repository "plop"))) (pcache-put repo foo 42 1) ; store value 42 with key foo for 1 second (sleep-for 1) (pcache-get repo foo) ; => nil )

emacs-ob-lfe 20170725.1420
Propagated dependencies: emacs-org@9.7.39
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/zweifisch/ob-lfe
Licenses: GPL 3
Build system: emacs
Synopsis: org-babel functions for lfe evaluation
Description:

org-babel functions for lfe evaluation

emacs-org-chef 20220422.300
Propagated dependencies: emacs-org@9.7.39
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/Chobbes/org-chef
Licenses: Expat
Build system: emacs
Synopsis: Cookbook and recipe management with org-mode.
Description:

org-chef is a package for managing recipes in org-mode. One of the main features is that it can automatically extract recipes from websites like allrecipes.com

emacs-sass-mode 20190502.53
Propagated dependencies: emacs-haml-mode@20190219.2102
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/nex3/haml/tree/master
Licenses: Expat
Build system: emacs
Synopsis: Major mode for editing Sass files
Description:

Because Sass's indentation schema is similar to that of YAML and Python, many indentation-related functions are similar to those in yaml-mode and python-mode. To install, save this on your load path and add the following to your .emacs file: (require sass-mode) sass-mode requires haml-mode, which can be found at http://github.com/nex3/haml-mode.

Page: 12345678
Total results: 188