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

https://github.com/dkorunic/homebrew-liblognorm

liblognorm Homebrew formula
https://github.com/dkorunic/homebrew-liblognorm

Last synced: 8 months ago
JSON representation

liblognorm Homebrew formula

Awesome Lists containing this project

README

          

# Homebrew Formulae

A [Homebrew](https://brew.sh/) personal [tap](https://docs.brew.sh/Taps) for:

* [liblognorm](http://www.liblognorm.com/): a log normalizing library
* [libfastjson](https://github.com/rsyslog/libfastjson): a fast json library for C

## Usage

Using these formulas requires Homebrew, which in turn requires Xcode. If you have not yet installed Homebrew, take a look [how to do so](https://brew.sh/).

Tap this repository once homebrew is installed:

```shell
brew tap dkorunic/liblognorm
```

To install liblognorm, just use `brew install` with the following formulas:

```shell
brew install libfastjson
brew install liblognorm
```