python3-baron

Full Syntax Tree for python for refactoring code

Baron is a Full Syntax Tree (FST) library for Python. Unlike an Abstract Syntax Tree (AST) which drops some syntax information in the process of its creation (like empty lines, comments, formatting), an FST keeps everything and guarantees functionally identical output.

lunar-date

Chinese Lunar library based on GObject - command and D-Bus

Lunar-date is a Chinese Lunar library based on GObject, which can covert between Chinese lunar calendar and Gregorian calendar.

libemf2svg1

Enhanced Metafile to SVG conversion library (shared library)

By themselves, EMF/EMF+ files are rare in the wild. However, they are frequently embedded inside other Microsoft file formats. This project could be used to handle EMF blobs in any Microsoft formats.

emf2svg

Convert Enhanced Metafile to SVG

By themselves, EMF/EMF+ files are rare in the wild. However, they are frequently embedded inside other Microsoft file formats. This project could be used to handle EMF blobs in any Microsoft formats.

libbos-ocaml

basic OS interaction for OCaml (runtime)

Bos provides support for basic and robust interaction with the operating system in OCaml. It has functions to access the process environment, parse command line arguments, interact with the file system and run command line programs.

libstreamvbyte0

fast integer compression in C using the StreamVByte codec

StreamVByte is a new integer compression technique that applies SIMD instructions (vectorization) to Google's Group Varint approach. The net result is faster than other byte-oriented compression techniques.