package ocp-search

  1. Overview
  2. Docs

Description

ocp-search is an index/search tool built as an example on top of ez_search. It can be used to index OCaml files in a directory containing extracted source packages, building a database. The database can then be searched for regexps, displaying occurrences with contexts.

Tags

org:ocamlpro

Published: 08 Mar 2022

README

README.md

ez_search

This is the description of the ez_search OCaml project

  • Website: https://ocamlpro.github.io/ez_search

  • General Documentation: https://ocamlpro.github.io/ez_search/sphinx

  • API Documentation: https://ocamlpro.github.io/ez_search/doc

  • Sources: https://github.com/ocamlpro/ez_search

Dependencies (3)

  1. ez_search = version
  2. dune >= "2.7.0"
  3. ocaml >= "4.07.0"

Dev Dependencies (4)

  1. ocamlformat with-test
  2. odoc with-doc
  3. ppx_expect with-test
  4. ppx_inline_test with-test

Used by

None

Conflicts

None