Skip to content

Commit

Permalink
chore(*.opam): Sort deps alphabetically to ease review and update
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Oct 9, 2021
1 parent 6d86ce6 commit 2e74227
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions learn-ocaml-client.opam
Expand Up @@ -14,31 +14,31 @@ homepage: "https://github.com/ocaml-sf/learn-ocaml"
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
depends: [
"base" {>= "v0.9.4"}
"asak"
"base64"
"base" {>= "v0.9.4"}
"cmdliner"
"omd" {<= "1.3.1"}
"asak"
"gg"
"vg"
"cohttp" {>= "2.0.0"}
"cohttp-lwt-unix" {>= "2.0.0"}
"ssl" {= "0.5.5"}
"cstruct" {>= "3.3.0"}
"digestif" {>= "0.7.1"}
"dune"
"ezjsonm"
"gg"
"ipaddr" {= "2.8.0" }
"lwt" {>= "4.0.0"}
"lwt_ssl"
"ocaml" {(>= "4.12") & (< "4.13~")}
"ocamlfind" {build}
"ocp-indent-nlfork"
"ocp-ocamlres" {>= "0.4"}
"ocplib-json-typed" {>= "0.7"}
"ipaddr" {= "2.8.0" }
"cstruct" {>= "3.3.0"}
"ppx_tools"
"ppx_sexp_conv"
"ocp-ocamlres" {>= "0.4"}
"omd" {<= "1.3.1"}
"ppx_fields_conv"
"ppx_sexp_conv"
"ppx_tools"
"ssl" {= "0.5.5"}
"vg"
]
build: [
["dune" "build" "@install" "-p" name "-j" jobs]
Expand Down
10 changes: 5 additions & 5 deletions learn-ocaml.opam
Expand Up @@ -14,8 +14,9 @@ homepage: "https://github.com/ocaml-sf/learn-ocaml"
bug-reports: "https://github.com/ocaml-sf/learn-ocaml/issues"
dev-repo: "git+https://github.com/ocaml-sf/learn-ocaml"
depends: [
"base" {>= "v0.9.4"}
"asak" {>= "0.1"}
"base64"
"base" {>= "v0.9.4"}
"cmdliner"
"cohttp" {>= "2.0.0"}
"cohttp-lwt" {>= "2.0.0"}
Expand All @@ -25,8 +26,8 @@ depends: [
"digestif" {>= "0.7.1"}
"dune" {>= "1.11.4"}
"easy-format" {>= "1.3.0" }
"ipaddr" {>= "2.8.0" }
"ezjsonm"
"ipaddr" {>= "2.8.0" }
"js_of_ocaml" {>= "3.3.0" & != "3.10.0"}
"js_of_ocaml-compiler" {>= "3.3.0"}
"js_of_ocaml-lwt"
Expand All @@ -36,26 +37,25 @@ depends: [
"lwt" {>= "4.0.0"}
"lwt_react"
"lwt_ssl"
"ssl" {= "0.5.5"}
"magic-mime"
"markup"
"markup-lwt"
"ocaml" {(>= "4.12") & (< "4.13~")}
"ocamlfind" {build}
"ocp-indent-nlfork"
"ocp-ocamlres" {= "0.4"}
"ocplib-json-typed" {>= "0.6"}
"ocplib-json-typed-browser" {>= "0.6"}
"ocp-ocamlres" {= "0.4"}
"odoc" {build}
"omd"
"pprint"
"ppx_cstruct"
"ppx_tools"
"re"
"ssl" {= "0.5.5"}
"uutf" {>= "1.0" }
"vg"
"yojson" {>= "1.4.0" }
"asak" {>= "0.1"}
]
build: [
[make "static"]
Expand Down

0 comments on commit 2e74227

Please sign in to comment.