node-is-module

Node.js code to check if a string is an ES6 module

This simple code checks whether a string is the source of an ES6 module. It doesn't actually execute the code and doesn't check other module types, so source strings without module loaders aren't recognized as modules.

python3-antlr

language tool for constructing recognizers, compilers etc - Python 3.x

This package contains the Python 3.x version of antlr. ANTLR stands for ANother Tool for Language Recognition, (formerly PCCTS).

libdtkwidget2

Deepin Tool Kit Widget library

libgps23

Global Positioning System - library

libqgpsmm23

Global Positioning System - Qt wrapper for libgps

python-randomize

randomize the order of tests in a unittest.TestCase class - Python 2.7