feat(ocaml): Add OCaml module (#1218)

* Add OCaml module

* Update README.md accordingly

* Fix typo

* Add Reason support

Obtain OCaml version using `-vnum` flag.
Extend conditions to match projects using jbuild, esy
or merlin.

* Update README.md

Co-authored-by: Dario Vladovic <d.vladimyr@gmail.com>
This commit is contained in:
Hirochika Matsumoto
2020-05-22 01:43:13 +09:00
committed by GitHub
parent 1b2ea77b1c
commit 9e8f35d746
8 changed files with 250 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ pub mod kubernetes;
pub mod memory_usage;
pub mod nix_shell;
pub mod nodejs;
pub mod ocaml;
pub mod package;
pub mod php;
pub mod python;