Skip to content

Commit 7544f68

Browse files
committed
Upd dune-project
1 parent 355642a commit 7544f68

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

domainpc.opam

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ opam-version: "2.0"
33
version: "dev"
44
synopsis: "domainpc"
55
description:
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."
77
maintainer: ["<hra@ocamlpro.com>"]
88
authors: ["<hra@ocamlpro.com>"]
99
license: "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"
1312
depends: [
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"
3433
x-maintenance-intent: ["(latest)"]

dune-project

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,16 @@
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

0 commit comments

Comments
 (0)