Skip to content

Commit

Permalink
Merge pull request #107 from clarus/explicit-opam-file-name-in-readme
Browse files Browse the repository at this point in the history
Explicit opam file name in the README
  • Loading branch information
clarus committed Dec 15, 2019
2 parents 1184af8 + 9872f64 commit 5d26dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ opam pin add coq-of-ocaml .
```

### Manually
Read the `.opam` file at the root of the project to know the dependencies to install and get the list of commands to build the project.
Read the `coq-of-ocaml.opam` file at the root of the project to know the dependencies to install and get the list of commands to build the project.

## Usage
CoqOfOCaml compiles the `.ml` or `.mli` files using [Merlin](https://github.com/ocaml/merlin) to understand the dependencies of a project. One first needs to have a compiled project with a working configuration of Merlin. The basic command is:
`coq-of-ocaml` compiles the `.ml` or `.mli` files using [Merlin](https://github.com/ocaml/merlin) to understand the dependencies of a project. One first needs to have a compiled project with a working configuration of Merlin. The basic command is:
```
coq-of-ocaml file.ml
```
Expand Down

0 comments on commit 5d26dee

Please sign in to comment.