elpa-git-auto-commit-mode

Emacs Minor mode to automatically commit and push with git

git-auto-commit-mode is an Emacs minor mode that tries to commit changes to a file after every save.

php-laravel-framework

web application framework for PHP

Laravel is a web application framework with expressive, elegant syntax. It attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as: * Simple, fast routing engine * Powerful dependency injection container * Multiple back-ends for session and cache storage * Database agnostic schema migrations * Robust background job processing * Real-time event broadcasting

postgresql-13-prefix

Prefix Range module for PostgreSQL

This PostgreSQL module provides the prefix_range datatype, allowing to index searches such as finding the longest prefix matching a telephone number, having prefixes in a table and telephone number as a parameter:

python3-jupyter-server

Jupyter protocol server backend (Python 3)

This software component contains the server backend for Jupyter web applications like the Jupyter notebook or Jupyterlab.

python3-cbor2

Implements Concise Binary Object Representation (Python 3)

This library provides encoding and decoding for the Concise Binary Object Representation (CBOR, RFC 7049) serialization format.

node-sane

Nodejs fast, small, and reliable file system watcher

Sane aims to be fast, small, and reliable file system watcher. It does that by: * By default stays away from fs polling because it's very slow and cpu intensive * Uses `fs.watch` by default and sensibly works around the various issues * Maintains a consistent API across different platforms * Where `fs.watch` is not reliable you have the choice of using the following alternatives: * the facebook watchman library (embedded) * the watchexec library (embedded) * polling