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

Package pfff.0.40.4 #16125

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions packages/pfff/pfff.0.40.4/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
opam-version: "2.0"
synopsis: "Tools and APIs for program analysis, code visualization, refactoring"
description: """
pfff is a set of tools and APIs to perform some static analysis,
dynamic analysis, code visualizations, code navigations, or
style-preserving source-to-source transformations such as refactorings
on source code. For now the effort is focused on Javascript and Python
but there is also good support for C, C++, Java, Go, Ruby, PHP, HTML, Css, and
preliminary support for Erlang, C#, Lisp, Scheme, Haskell, Skip, SQL, and
even TeX. There is also very good support for OCaml and noweb
(literate programming) so that pfff can be used on the code of pfff
itself.

For more information see https://github.com/facebook/pfff/wiki/Main"""

maintainer: "[email protected]"
authors: [ "Yoann Padioleau <[email protected]>" ]
homepage: "https://github.com/facebook/pfff/wiki/Main"
bug-reports: "https://github.com/returntocorp/pfff/issues"
dev-repo: "git+https://github.com/returntocorp/pfff.git"

build: [
["./configure" "--novisual" "--nocmt" "--nobytecode"]
[make "depend"]
[make]
[make "opt"]
]
install: [
[make "install-libs"]
]
depends: [
"ocaml" {>= "4.05.0"}
"ocamlfind" {build}
"ocamlgraph"
"json-wheel"
"conf-perl"
"menhir"
"grain_dypgen"
]
url {
src: "https://github.com/returntocorp/pfff/archive/0.40.4.tar.gz"
checksum: [
"md5=48bbdd021450e30bb5dfca908bbdc994"
"sha512=e7f9edea4ddcfb84bc8d262a5e88e58139dc52013648bba8c97ba29aa519f51607f2fdbb4a3f2774efc5a716e56acbf115c8d25fb289aa39953e6ea9a320c9c5"
]
}