OC👁
OCamlOScope 2
How to use
- Query by name, type and both of them
- int -> int -> int
- map
- add : t -> elt -> t
- Packages to restrict search space
- "Vanilla and":
Basic packages (stdlib, bigarray, dynlinks, graphics, num, str, threads, unix) and the packages you specify
- "All but":
All the packages in the data base minus the packages you specify
- "Just":
Only the packages you specify
- Very simple search in OCamlDoc comments is now testing!
Start with a symbol ":
Code
Code can be found at:
https://github.com/camlspotter/ocamloscope.2.
What's new in 2
- Complete rewrite
- Aliases introduced by module alias, include and functor applications are analyzed
- Use of Outcometree for data representation for easier port for future OCaml releases
- Easier to scrape and contribute: anyone can scrape packages and share the data file
- Switch to Cohttp from Eliom which was too heavy weight for the web interface.
What's to be done
See
issues.