Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/al2klimov/boostregex2go


https://github.com/al2klimov/boostregex2go

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## How to build

```bash
pushd libcxx
mkdir build
pushd build
cmake ..
make
popd
popd
```

## Proof of concept

```bash
go test -race ./...
```