Crates.io | infer-mli |
lib.rs | infer-mli |
version | 1.0.2 |
source | src |
created_at | 2024-10-05 02:45:58.228278 |
updated_at | 2024-10-05 03:38:48.019527 |
description | Infer a .mli file from a .ml file using the OCaml Language Server |
homepage | |
repository | https://github.com/aripiprazole/infer-mli |
max_upload_size | |
id | 1397345 |
size | 47,029 |
Creates a .mli for ml files in a ocaml project by cli
cargo install infer-mli
infer-mli --root-dir <path to ocaml project> --file <path to ml file in root dir>
infer-mli --root-dir ~/projects/ocaml/infer-mli --file ~/projects/ocaml/infer-mli/src/infer_mli.ml
This will create a file infer_mli.mli
in the root directory of the project.
MIT