Update opam & merlin

This commit is contained in:
Jacques-Pascal Deplaix 2017-11-06 23:47:06 +01:00
parent 473022956c
commit 9f54a2fc73
2 changed files with 2 additions and 1 deletions

View file

@ -19,3 +19,4 @@ PKG threads.posix
PKG lwt
PKG qcheck
FLG -w +a-4-44-48-60
FLG -open CCPervasives

2
opam
View file

@ -40,6 +40,6 @@ conflicts: [
tags: [ "stdlib" "containers" "iterators" "list" "heap" "queue" ]
homepage: "https://github.com/c-cube/ocaml-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"
bug-reports: "https://github.com/c-cube/ocaml-containers/issues/"