DeltaBoyBZ / dop-c

A header-only library for implementing data tables in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOP-C

Introduction

DOP-C (pronounced "dope-see") is a header-only library which provides C++ programmers with a straight-forward way of implementing data tables. This was inspired by an earlier project Tabular-C++, which has had considerably more work.
This project has taken on some lessons learned during that project, and it is expected that this project will soon dominate thanks to is far more streamlined workflow.

Getting Started

To start using DOP-C, simply clone the repository,

git clone https://github.com/DeltaBoyBZ/dop-c

Then just make sure the directory dop-c/include is in your include path.

To learn about actually using the library, check out the DOP-C Guide.

Licensing

See NOTICE.txt

DOP-C is Copyright 2022 Matthew Peter Smith

The library DOP-C, is header only, and consists enetirely of a single header file include/dopc/dopc.hpp. This particular file is provided under the Mozilla Public License - Version 2.0 (MPLv2).

The main points to note are:

  1. You may freely use and distribute the header file, modified or unmodified.

  2. Any restribution of DOP-C must include at least the statement of copyright in NOTICE.txt, as well as a copy of the MPLv2.

  3. Licensing conditions of the MPLv2 are given on a file-by-file basis. Hence in particular, a binary compiled from source code including dopc.hpp is freely licensable.

About

A header-only library for implementing data tables in C++.

License:Mozilla Public License 2.0


Languages

Language:C++ 100.0%