File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ opam-version: "2.0"
33version: "dev"
44synopsis: "domainpc"
55description:
6- "Domain Per Core, ensure that each domain runs on its own physical core ."
6+ "Domain Per Core, spawn domains ensuring that they run on separate cores ."
77maintainer: ["<hra@ocamlpro.com>"]
88authors: ["<hra@ocamlpro.com>"]
99license: "AGPL-3.0-or-later"
10- tags: ["add topics" "to describe" "your" "project"]
11- homepage: "https://github.com/hra687261/domainpc"
12- bug-reports: "https://github.com/hra687261/domainpc/issues"
10+ homepage: "https://github.com/ocamlpro/domainpc"
11+ bug-reports: "https://github.com/ocamlpro/domainpc/issues"
1312depends: [
1413 "dune" {>= "3.20"}
1514 "ocaml"
@@ -30,5 +29,5 @@ build: [
3029 "@doc" {with-doc}
3130 ]
3231]
33- dev-repo: "git+https://github.com/hra687261 /domainpc.git"
32+ dev-repo: "git+https://github.com/ocamlpro /domainpc.git"
3433x-maintenance-intent: ["(latest)"]
Original file line number Diff line number Diff line change 77( license AGPL-3.0-or-later)
88
99( source
10- ( github hra687261 /domainpc) )
10+ ( github ocamlpro /domainpc) )
1111
12- ( authors " <hra@ocamlpro.com>" )
12+ ( authors " Hichem Rami Ait El Hara <hra@ocamlpro.com>" )
1313
14- ( maintainers " <hra@ocamlpro.com>" )
14+ ( maintainers " Hichem Rami Ait El Hara <hra@ocamlpro.com>" )
1515
1616( package
1717 (name domainpc)
18- (synopsis " domainpc" )
19- ( description " Domain Per Core, ensure that each domain runs on its own physical core." )
20- ( depends ocaml processor)
21- ( tags
22- ( " add topics" " to describe" your project) ) )
18+ (synopsis " Domainpc" )
19+ ( description " Domain Per Core, spawn domains ensuring that they run on separate cores." )
20+ ( depends ocaml processor) )
2321
2422; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
You can’t perform that action at this time.
0 commit comments