Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add opam package for pfff, just the parsing libraries #1300

Merged
merged 2 commits into from
Nov 15, 2013
Merged

Commits on Nov 14, 2013

  1. add opam package for pfff, just the parsing libraries

    Summary:
    This is the Initial version of pfff opam package. It just installs
    the different parsing libraries. In the next week I'll
    try to update it to also install sgrep, spatch, stags,
    scheck, and later codemap and codegraph. But for now,
    let's just install the libraries. Js_of_ocaml recently
    copy pasted the js parser in pfff just because it
    was not easily accessible as a standalone library.
    
    Test Plan:
    put this package in my ~/testing repo
    opam update testing
    opam install pfff
     => it works, it installs pfff-xxx libraries
    opam uninstall pfff
     => it works, it uninstalls pfff-xxx libraries
    pad committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    993e44d View commit details
    Browse the repository at this point in the history
  2. add ocaml version check

    pad committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    6d0ed8f View commit details
    Browse the repository at this point in the history