Skip to content

ArulselvanMadhavan/maskmatch-npi-verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaskMatch NPI verifier

Usage

maskmatch-npi-verifier <path_to_input_file.csv> <path_to_output_file.csv>

Installation

# Install opam first
https://opam.ocaml.org/doc/Install.html
# Clone the repo
git clone <this_repo>
# Install an opam switch (similar to pipenv)
opam switch create . ocaml-base-compiler.4.10.0
# Install build manager
opam install dune
# Final step: Install the tool
dune build @install

Libraries

  • cohttp
  • merlin
  • ocamlformat
  • utop
  • lwt
  • cohttp-lwt-unix
  • odig
  • odoc
  • lwt_ssl
  • atdgen
  • yojson
  • csv
  • csv-lwt
  • csvtool
  • core