File: index.rst

package info (click to toggle)
xtl 0.7.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,320 kB
  • sloc: cpp: 19,730; makefile: 164; python: 25
file content (50 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.. Copyright (c) 2017, Johan Mabille and Sylvain Corlay

   Distributed under the terms of the BSD 3-Clause License.

   The full license is in the file LICENSE, distributed with this software.

.. image:: xtl.svg
   :alt: xtl

Basic tools (containers, algorithms) used by other quantstack packages

Introduction
------------

`xtl` gathers generic purpose algorithms and containers that are used by
the `xtensor` stack and the `xeus` stack.

Some of the features are C++14 backport of C++17 classes and algorithms,
such as `variant` or `any`.

Licensing
---------

We use a shared copyright model that enables all contributors to maintain the
copyright on their contributions.

This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.

.. toctree::
   :caption: INSTALLATION
   :maxdepth: 2

   installation
   changelog

.. toctree::
   :caption: USAGE
   :maxdepth: 2

   basic_types
   containers
   meta_programming
   design_patterns
   miscellaneous

.. toctree::
   :caption: DEVELOPER ZONE

   build-options
   releasing