Browse Source

update opam deps

https://github.com/ocaml/opam-repository/pull/16559#issuecomment-638470794
Andy Li 5 năm trước cách đây
mục cha
commit
d1c16a072a
1 tập tin đã thay đổi với 10 bổ sung9 xóa
  1. 10 9
      opam

+ 10 - 9
opam

@@ -19,16 +19,17 @@ build: [
 install: [make "install" "INSTALL_DIR=%{prefix}%"]
 install: [make "install" "INSTALL_DIR=%{prefix}%"]
 remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
 remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
 depends: [
 depends: [
-  "ocaml"               {>= "4.02"}
-  "ocamlfind"           {build}
-  "camlp5"              {build}
-  "sedlex"              {build}
-  "ppx_tools_versioned" {build & != "5.2.1"} #https://github.com/alainfrisch/sedlex/issues/64
-  "xml-light"           {build}
-  "extlib"              {build & >= "1.7.6"}
-  "ptmap"               {build}
-  "sha"                 {build}
+  "ocaml" {>= "4.02"}
+  "ocamlfind" {build}
+  "dune" {>= "1.11"}
+  "camlp5" {build}
+  "sedlex" {>= "2.0"}
+  "xml-light"
+  "extlib" {>= "1.7.6"}
+  "ptmap" {>= "2.0.0"}
+  "sha"
   "conf-libpcre"
   "conf-libpcre"
   "conf-zlib"
   "conf-zlib"
+  "conf-mbedtls"
   "conf-neko"
   "conf-neko"
 ]
 ]