-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from ocaml-multicore/prepare-release
Prepare release
- Loading branch information
Showing
5 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: "Parallel Structures over Domains for Multicore OCaml" | ||
maintainer: ["KC Sivaramakrishnan <[email protected]>"] | ||
maintainer: ["KC Sivaramakrishnan <[email protected]>" "Sudha Parimala"] | ||
authors: ["KC Sivaramakrishnan <[email protected]>"] | ||
license: "ISC" | ||
homepage: "https://github.com/ocaml-multicore/domainslib" | ||
|
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/domainslib/issues" | |
depends: [ | ||
"dune" {>= "3.0"} | ||
"ocaml" {>= "5.0"} | ||
"lockfree" {>= "0.2.0"} | ||
"saturn" {>= "0.4.0"} | ||
"domain-local-await" {>= "0.1.0"} | ||
"kcas" {>= "0.3.0" & with-test} | ||
"mirage-clock-unix" {with-test & >= "4.2.0"} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
(source (github ocaml-multicore/domainslib)) | ||
(authors "KC Sivaramakrishnan <[email protected]>") | ||
(maintainers "KC Sivaramakrishnan <[email protected]>") | ||
(maintainers "KC Sivaramakrishnan <[email protected]>" "Sudha Parimala") | ||
(documentation "https://kayceesrk.github.io/domainslib/doc") | ||
(license "ISC") | ||
|
||
|
@@ -14,7 +14,7 @@ | |
(synopsis "Parallel Structures over Domains for Multicore OCaml") | ||
(depends | ||
(ocaml (>= "5.0")) | ||
(lockfree (>= "0.2.0")) | ||
(saturn (>= "0.4.0")) | ||
(domain-local-await (>= 0.1.0)) | ||
(kcas (and (>= 0.3.0) :with-test)) | ||
(mirage-clock-unix (and :with-test (>= "4.2.0"))) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(library | ||
(name domainslib) | ||
(public_name domainslib) | ||
(libraries lockfree domain-local-await)) | ||
(libraries saturn domain-local-await)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters