Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/javalib.2.2.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ remove: [
["ocamlfind" "remove" "javalib"]
["ocamlfind" "remove" "ptrees"]
]
depends: [ "camlzip" "extlib" ]
depends: [ "ocamlfind" "camlzip" "extlib" ]
2 changes: 1 addition & 1 deletion packages/sawja.1.4/descr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Provide a high level representation of Java bytecode programs
Provide a high level representation of Java bytecode programs and static analysis tools.

Sawja is a library written in OCaml, relying on Javalib to provide a high level representation of Java bytecode programs. Its name stands for Static Analysis Workshop for JAva. Whereas Javalib is dedicated to isolated classes, Sawja handles bytecode programs with their class hierarchy and control flow algorithms.
Moreover, Sawja provides some stackless intermediate representations of code, called JBir and A3Bir. The transformation algorithm, common to these representations, has been formalized and proved to be semantics-preserving.
5 changes: 1 addition & 4 deletions packages/sawja.1.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ build: [
remove: [
["ocamlfind" "remove" "sawja"]
]
depends: [
"ocamlfind"
"javalib"
]
depends: [ "ocamlfind" "javalib" {= "2.2.2"} ]