Metadata-Version: 1.1
Name: crange
Version: 0.1.1
Summary: Crange is a tool to index and cross-reference C/C++ source code.
Home-page: https://github.com/crange/crange
Author: Anurag Patel
Author-email: gnurag@gmail.com
License: BSD
Download-URL: https://github.com/crange/crange/releases
Description: 
        Crange is a tool to index and cross-reference C/C++ source code. It
        can be used to generate tags database that can help with:
        
        * Identifier definitions
        * Identifier declaraions
        * References
        * Expressions
        * Operators
        * Symbols
        * Source range
        
        The source metadata collected by Crange can help with building tools
        to provide cross-referencing, syntax highlighting, code folding and
        deep source code search.
            
Keywords: crange,clang,llvm,parser,index,cross-reference,xref
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
