libtigris-clojure

stream-based JSON escaping for Clojure

Tigris provides a stream for escaping JSON strings as they're being read from a different stream. This stream-to-stream string encoding allows for easy integration of JSON escaping into a data processing pipeline.

eja

micro web server for static and dynamic Lua generated content

eja is a stand alone Lua interpreter with embedded support for sockets, forking and directory underlying structure access, it can act as a micro web server for static and dynamic generated content or as a text scanner using Lua pattern matching syntax.

elpa-nose

easy Python test running in Emacs

This package provides a bunch of functions that handle running nosetests on a particular buffer or part of a buffer. Also `nose.el' adds a minor mode that is used to manage keybindings and provide a hook for changing the behaviour of the nose output buffer.

postgresql-14-jsquery

PostgreSQL JSON query language with GIN indexing support

JsQuery provides additional functionality for the PostgreSQL jsonb datatype, such as a simple and effective way to search in nested objects and arrays, and more comparison operators with index support. It does this by implementing a specialized search syntax, the @@ operator, and the jsquery type for search strings.

elpa-elisp-slime-nav

Emacs extension that provide Emacs Lisp code navigation

elpa-elisp-slime-nav is an extension, that provides equivalents off 'find-tag' and 'pop-tag' functions for Emacs Lisp code, allowing one to navigate to definition/declaration of function, variable or macro.

libmojolicious-plugin-cgi-perl

Mojolicious plugin to run CGI scripts

Mojolicious::Plugin::CGI plugin enables Mojolicious to run Perl CGI scripts. It does so by forking a new process with a modified environment and reads the STDOUT in a non-blocking manner.