graphlibversion
Generic Graph library
Graphlib is a generic library that extends a well known OCamlGraph
library. Graphlib uses its own, more reach, Graph interface that
is isomorphic to OCamlGraph's Sigs.P
signature for persistant
graphs. Two functors witness the isomorphism of the interfaces:
Graphlib.To_ocamlgraph
and Graphlib.Of_ocamlgraph
. Thanks to
these functors, any algorithm written for OCamlGraph can be used on
Graphlibs
graph and vice verse.
Author | BAP Team |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/BinaryAnalysisPlatform/bap/ |
Issue Tracker | https://github.com/BinaryAnalysisPlatform/bap/issues |
Maintainer | Ivan Gotovchits <ivg@ieee.org> |
Dependencies |
|
Source [http] | https://github.com/BinaryAnalysisPlatform/bap/archive/v1.1.0.tar.gz sha256=d518d9f568f39c34a187ec50adaba5c8e077e08fc2ea8afff135e320492d49d7 md5=92e7f703d58ce1835bfeeed9ec523242 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/graphlib/graphlib.1.1.0/opam |
Required by
- bap-std<2.0.0