mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 04:35:35 -05:00
Fix typo in opam file
This commit is contained in:
parent
7cd541b243
commit
fd75f536fa
1 changed files with 1 additions and 1 deletions
2
opam
2
opam
|
|
@ -20,7 +20,7 @@ remove: [
|
||||||
depends: [
|
depends: [
|
||||||
"ocamlfind" {build}
|
"ocamlfind" {build}
|
||||||
"ocamlbuild" {build}
|
"ocamlbuild" {build}
|
||||||
"dolmen" {test && = "dev" }
|
"dolmen" {test & = "dev" }
|
||||||
]
|
]
|
||||||
available: [
|
available: [
|
||||||
ocaml-version >= "4.00.1"
|
ocaml-version >= "4.00.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue