forked from facebookarchive/pfff
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpfff.opam
43 lines (40 loc) · 1.31 KB
/
pfff.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
opam-version: "2.0"
name: "pfff"
version: "0.39.5"
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, PHP, HTML, Css, and
preliminary support for Erlang, Go, 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"
patches: [
]
build: [
["./configure" "--novisual" "--nocmt" "--nobytecode"]
[make "depend"]
[make]
[make "opt"]
]
install: [
[make "install-libs"]
]
depends: [
"ocaml" {>= "4.05.0" & < "4.09.0"}
"ocamlfind" {build}
"camlp4"
"num"
"ocamlgraph"
"json-wheel"
"conf-perl"
]