mirror of https://gitee.com/bigwinds/arangodb
added Bison & Flex
This commit is contained in:
parent
84b32587f5
commit
a322611495
|
@ -49,6 +49,19 @@
|
||||||
* https://coreos.com/using-coreos/etcd/
|
* https://coreos.com/using-coreos/etcd/
|
||||||
* [Apache 2 License](https://github.com/coreos/etcd/blob/master/LICENSE)
|
* [Apache 2 License](https://github.com/coreos/etcd/blob/master/LICENSE)
|
||||||
|
|
||||||
|
### Bison
|
||||||
|
|
||||||
|
* https://www.gnu.org/software/bison/
|
||||||
|
* GNU GPL3
|
||||||
|
* only used to generate code, not part of the distribution
|
||||||
|
* see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
|
||||||
|
|
||||||
|
### Flex
|
||||||
|
|
||||||
|
* http://flex.sourceforge.net/
|
||||||
|
* only used to generate code, not part of the distribution
|
||||||
|
* [free as-is license](http://flex.sourceforge.net/manual/Copyright.html#Copyright)
|
||||||
|
|
||||||
## Javascript, Node and NPM
|
## Javascript, Node and NPM
|
||||||
|
|
||||||
### Node core modules
|
### Node core modules
|
||||||
|
@ -192,7 +205,6 @@
|
||||||
|
|
||||||
#### Handlebars
|
#### Handlebars
|
||||||
|
|
||||||
|
|
||||||
* MIT License
|
* MIT License
|
||||||
|
|
||||||
#### Highlight.js
|
#### Highlight.js
|
||||||
|
|
Loading…
Reference in New Issue