sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

Homebrew is outdated #269

Closed thedrow closed 8 years ago

thedrow commented 8 years ago

Homebrew provides srclib 0.0.42 which sounds pretty old given that the repo is tagged with 0.2.5.

beyang commented 8 years ago

Sorry about that! srclib is under active development so we haven't shipped a stable release in awhile. If you want to try out the development version, you can just run go get sourcegraph.com/sourcegraph/srclib/cmd/srclib (you'll need to install Go 1.6 first).