diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2018-11-06 14:52:19 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2018-11-06 14:52:21 +0100 |
commit | dd55d557c61965d985e2f6f771bc7308e613aea8 (patch) | |
tree | 24a7ecf4e4d73786f26caa9596e983f727ee5829 /sid.opam | |
parent | 372fc7cd22be767e332a8e22266ea8209bdd5e75 (diff) | |
download | ocaml-sid-dd55d557c61965d985e2f6f771bc7308e613aea8.tar.gz |
sid.opam: add ocamlfind to opam deps
This change reflects:
https://github.com/ocaml/opam-repository/pull/12935/commits/5d761aa7bc982d40514787c8340b00374dbf1f0b
Suggested-By: @kit-ty-kate on github
Diffstat (limited to 'sid.opam')
-rw-r--r-- | sid.opam | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ license: "LGPL-3.0-only with OCaml linking exception" depends: [ "ocaml" { >= "4.02.0" } "ocamlbuild" {build} + "ocamlfind" {build} "oasis" {build} "stdint" "cmdliner" |