An open API service indexing awesome lists of open source software.

https://github.com/adamrehn/assorted-utils

Assorted libraries and utilities
https://github.com/adamrehn/assorted-utils

Last synced: 7 months ago
JSON representation

Assorted libraries and utilities

Awesome Lists containing this project

README

          

Assorted Utilities
==================

Overview
--------

An assortment of tools and libraries that are too small to warrant having their own repositories.

Directory Structure
-------------------

- **/libs**
Libraries
- libs/**libsimple-base** - the base library utilised by the majority of the tools and other libraries.
- libs/**libsimplesock** - lightweight socket wrapper library for working with BSD sockets under Unix-like OSes and WinSock under Windows.
- **/tools**
Tools
- tools/**compile_file** - utility to create C-code byte array representations of binary files, suitable for embedding in executables.
- tools/**mergelib** - utility to merge one or more static libraries into a single output static library, utilising "libtool" under Darwin and "ar" under all other platforms.
- tools/**midi2rmid** - utility to combine MIDI and DLS files into RMID files.
- tools/**splice** - binary file splicer utility.