Skip to content

Commit

Permalink
update dune/opam dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbourgoin committed Aug 23, 2021
1 parent 8cdaa01 commit a5f1e3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(synopsis "High-level GPGPU programming library for OCaml")
(description "")
(depends
(ocaml (>= 4.07.0))
(ocaml (>= 4.09.0))
re
(dune (> 2.0))
cppo
Expand All @@ -28,7 +28,7 @@
(synopsis "GPGPU kernel DSL for OCaml")
(description "")
(depends
(ocaml (>= 4.07.0))
(ocaml (>= 4.09.0))
spoc
re
(dune (> 2.0))
Expand All @@ -44,7 +44,7 @@
(synopsis "PPX to declare external GPGPU kernels written in CUDA or OpenCL")
(description "")
(depends
(ocaml (>= 4.07.0))
(ocaml (>= 4.09.0))
re
(dune (> 2.0))
cppo
Expand Down
2 changes: 1 addition & 1 deletion sarek.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "Cecill-B"
homepage: "https://github.com/mathiasbourgoin/SPOC"
bug-reports: "https://github.com/mathiasbourgoin/SPOC/issues"
depends: [
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.09.0"}
"spoc"
"re"
"dune" {>= "2.9" & > "2.0"}
Expand Down
2 changes: 1 addition & 1 deletion spoc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "Cecill-B"
homepage: "https://github.com/mathiasbourgoin/SPOC"
bug-reports: "https://github.com/mathiasbourgoin/SPOC/issues"
depends: [
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.09.0"}
"re"
"dune" {>= "2.9" & > "2.0"}
"cppo"
Expand Down
2 changes: 1 addition & 1 deletion spoc_ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license: "Cecill-B"
homepage: "https://github.com/mathiasbourgoin/SPOC"
bug-reports: "https://github.com/mathiasbourgoin/SPOC/issues"
depends: [
"ocaml" {>= "4.07.0"}
"ocaml" {>= "4.09.0"}
"re"
"dune" {>= "2.9" & > "2.0"}
"cppo"
Expand Down

0 comments on commit a5f1e3f

Please sign in to comment.