James Robinson | 646469d | 2014-10-03 15:33:28 -0700 | [diff] [blame] | 1 | Name: PLY (Python Lex-Yacc) |
| 2 | Current version: 3.4 |
| 3 | URL: http://www.dabeaz.com/ply/ply-3.4.tar.gz |
| 4 | License: BSD |
| 5 | License File: LICENSE |
| 6 | Security Critical: no |
| 7 | Version: 3.4 |
| 8 | |
| 9 | This directory contains a copy of these ply-3.4 components: |
| 10 | |
| 11 | README ply-3.4/README |
| 12 | Sources ply-3.4/ply/__init__.py |
| 13 | ply-3.4/ply/lex.py |
| 14 | ply-3.4/ply/yacc.py |
| 15 | |
| 16 | |
| 17 | The license is in LICENSE. |
| 18 | |
| 19 | Modifications made with initial commit: |
| 20 | - Added the file README.chromium (this file) |
Etienne Membrives | 175837a | 2014-12-19 15:45:38 +0100 | [diff] [blame] | 21 | - Applies license.patch |