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.37.6 #14939

Merged
merged 1 commit into from
Sep 30, 2019
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.37.6/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 PHP but there is also
good support for C, C++, Java, HTML, Javascript, Css, and preliminary
support for Erlang, Python, C#, Lisp, Scheme, Haskell, OPA, 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/aryx/pfff/issues"
dev-repo: "git+https://github.com/aryx/pfff.git"

build: [
["./configure" "--novisual" "--nocmt" "--nobytecode"]
[make "depend"]
[make]
[make "opt"]
]
install: [
[make "install-libs"]
]
depends: [
"ocaml" {>= "4.03.0" & < "4.09.0"}
mseri marked this conversation as resolved.
Show resolved Hide resolved
"ocamlfind" {build}
"camlp4"
"num"
"ocamlgraph"
"json-wheel"
"conf-perl"
]
url {
src: "https://github.com/aryx/pfff/archive/0.37.7.tar.gz"
checksum: [
"md5=d069f379342be72574b4cdc52f4ed9b4"
"sha512=68e9971364f5e016bad8f94bb72fd15252f19c7964424992309cdb4a9fc922dbe15d07619f500f4bcbc72f820c93d4da20f0759bb4276cd073a29a179bef9300"
]
}