mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-18 16:46:40 -05:00
Update opam & merlin
This commit is contained in:
parent
473022956c
commit
9f54a2fc73
2 changed files with 2 additions and 1 deletions
1
.merlin
1
.merlin
|
|
@ -19,3 +19,4 @@ PKG threads.posix
|
||||||
PKG lwt
|
PKG lwt
|
||||||
PKG qcheck
|
PKG qcheck
|
||||||
FLG -w +a-4-44-48-60
|
FLG -w +a-4-44-48-60
|
||||||
|
FLG -open CCPervasives
|
||||||
|
|
|
||||||
2
opam
2
opam
|
|
@ -40,6 +40,6 @@ conflicts: [
|
||||||
tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ]
|
tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ]
|
||||||
homepage: "https://github.com/c-cube/ocaml-containers/"
|
homepage: "https://github.com/c-cube/ocaml-containers/"
|
||||||
doc: "http://cedeela.fr/~simon/software/containers/"
|
doc: "http://cedeela.fr/~simon/software/containers/"
|
||||||
available: [ocaml-version >= "4.01.0"]
|
available: [ocaml-version >= "4.02.3"]
|
||||||
dev-repo: "https://github.com/c-cube/ocaml-containers.git"
|
dev-repo: "https://github.com/c-cube/ocaml-containers.git"
|
||||||
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
|
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue