Skip to content

code-monad/laplace

Repository files navigation

Laplace

中文用户请转至中文说明文档

…For such an intellect nothing would be uncertain and the future just like the past would be present before its eyes.

—Pierre Simon Laplace

Wait…What?

Well, Let’s forget about the quote. Laplace is a DEMON CREATOR set of utilities, APIs for helping you create admirable web services.

How To Use

In order to use Laplace, you’ll need to build it first.

Building

mkdir build; # Making a dir holding all materials
cd build;
cmake .. && make -j4;

Requirements

Currently you’ll need Boost(>=1.7), Nlohmann’s JSON library, CMake to build this repo.

Tutorial

There’s no tutorials now, just check the source of unit tests.

Licensing

Laplace is licensed under the terms of the GPLv3 License. Please check the LICENSE file under the repo’s root dir.

  • Copyright (c) 2019 Code Monad

All rights reserved.