You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# libpypeg - The Python PEG Parser as a C++ library
2
2
3
-
The `libpypeg` C library provides <SUMMARY-OF-FUNCTIONALITY>.
3
+
## License
4
4
5
+
Any parts that are directly copies from [C Python](https://github.com/python/cpython) are covered by the [Python license](https://github.com/python/cpython/blob/main/LICENSE).
5
6
6
-
## Usage
7
-
8
-
To start using `libpypeg` in your project, add the following `depends`
9
-
value to your `manifest`, adjusting the version constraint as appropriate:
10
-
11
-
```
12
-
depends: libpypeg ^<VERSION>
13
-
```
14
-
15
-
Then import the library in your `buildfile`:
16
-
17
-
```
18
-
import libs = libpypeg%lib{<TARGET>}
19
-
```
20
-
21
-
22
-
## Importable targets
23
-
24
-
This package provides the following importable targets:
25
-
26
-
```
27
-
lib{<TARGET>}
28
-
```
29
-
30
-
<DESCRIPTION-OF-IMPORTABLE-TARGETS>
31
-
32
-
33
-
## Configuration variables
34
-
35
-
This package provides the following configuration variables:
36
-
37
-
```
38
-
[bool] config.libpypeg.<VARIABLE> ?= false
39
-
```
40
-
41
-
<DESCRIPTION-OF-CONFIG-VARIABLES>
7
+
For all other code, the copyright is held by the Rubinius Contributors and licensed under [BSD 3-clause](/LICENSE).
0 commit comments