Skip to content

Commit bed4cad

Browse files
committed
Change deps
Signed-off-by: Kakadu <Kakadu@pm.me>
1 parent d591d0c commit bed4cad

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

src/JGS.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ bug-reports: "https://github.com/PLTools/JGS/issues"
66
depends: [
77
"dune" {>= "3.3"}
88
"ocaml" {= "4.14.2"}
9+
"mtime" {>= "2.0.0"}
10+
"benchmark"
11+
"ppx_yojson_conv" {= "v0.16.0"}
912
"ocamlformat" {with-test & >= "0.26.1" & < "0.27"}
1013
"odoc" {with-doc}
1114
]

src/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ clean:
1616
.PHONY: deps
1717
deps:
1818
opam install -y \
19-
benchmark ppx_yojson_conv yojson ocamlformat ocaml-lsp-server mtime.1.4.0 mtime.1.4.0
19+
benchmark ppx_yojson_conv yojson ocamlformat ocaml-lsp-server mtime.1.4.0
2020

2121

2222
RUN_EXAMPLE = OCAMLRUNPARAM='s=2200M,h=2200M,bt=0' dune exec jsons/run_json2.exe --profile=release -- \
@@ -96,4 +96,3 @@ bench_LOPSTR: bench_LOPSTR_prepare bench_LOPSTR_run
9696
bench_LOPSTR_prepare:
9797
sudo cpupower -c 0 frequency-set --governor performance
9898
dune b jsons/run_json2.exe --profile=release
99-

src/dune-project

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
(depends
1414
(ocaml
1515
(= "4.14.2"))
16+
(mtime
17+
(>= "2.0.0"))
18+
benchmark
19+
(ppx_yojson_conv
20+
(= "v0.16.0"))
1621
(ocamlformat
1722
(and
1823
:with-test

0 commit comments

Comments
 (0)