Skip to content

Commit

Permalink
Update dune/opam files for opam release
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbourgoin committed Aug 23, 2021
1 parent a5f1e3f commit d36797b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
11 changes: 5 additions & 6 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.09.0))
(ocaml (>= 4.11.0))
re
(dune (> 2.0))
cppo
Expand All @@ -28,7 +28,7 @@
(synopsis "GPGPU kernel DSL for OCaml")
(description "")
(depends
(ocaml (>= 4.09.0))
(ocaml (>= 4.11.0))
spoc
re
(dune (> 2.0))
Expand All @@ -39,20 +39,19 @@
spoc
))

(package
(package
(name spoc_ppx)
(synopsis "PPX to declare external GPGPU kernels written in CUDA or OpenCL")
(description "")
(depends
(ocaml (>= 4.09.0))
(ocaml (>= 4.11.0))
re
(dune (> 2.0))
cppo
camlp4
ctypes
ctypes-foreign
ppxlib
(ppxlib (>= 0.22.0))
ppx_tools
spoc
))

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.09.0"}
"ocaml" {>= "4.07.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.09.0"}
"ocaml" {>= "4.07.0"}
"re"
"dune" {>= "2.9" & > "2.0"}
"cppo"
Expand Down
4 changes: 2 additions & 2 deletions spoc_ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ license: "Cecill-B"
homepage: "https://github.com/mathiasbourgoin/SPOC"
bug-reports: "https://github.com/mathiasbourgoin/SPOC/issues"
depends: [
"ocaml" {>= "4.09.0"}
"ocaml" {>= "4.07.0"}
"re"
"dune" {>= "2.9" & > "2.0"}
"cppo"
"camlp4"
"ctypes"
"ctypes-foreign"
"ppxlib"
"ppxlib" {>= "0.22.0"}
"ppx_tools"
"spoc"
"odoc" {with-doc}
Expand Down

0 comments on commit d36797b

Please sign in to comment.