Skip to content

Commit 2bc85cc

Browse files
committed
fix synosis
1 parent e5274fa commit 2bc85cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

domainpc.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
opam-version: "2.0"
33
version: "0.2"
44
synopsis:
5-
"Domain Per Core, spawn domains ensuring that they run on separate cores."
5+
"Domain Per Core, spawn domains ensuring that they run on separate cores"
66
description:
7-
"Domain Per Core, spawn domains ensuring that they run on separate cores."
7+
"Domain Per Core, spawn domains ensuring that they run on separate cores"
88
maintainer: ["Hichem Rami Ait El Hara <hra@ocamlpro.com>"]
99
authors: ["Hichem Rami Ait El Hara <hra@ocamlpro.com>"]
1010
license: "AGPL-3.0-or-later"

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
(package
1717
(name domainpc)
18-
(synopsis "Domain Per Core, spawn domains ensuring that they run on separate cores.")
19-
(description "Domain Per Core, spawn domains ensuring that they run on separate cores.")
18+
(synopsis "Domain Per Core, spawn domains ensuring that they run on separate cores")
19+
(description "Domain Per Core, spawn domains ensuring that they run on separate cores")
2020
(depends (ocaml (>= 5.2)) processor))
2121

2222
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html

0 commit comments

Comments
 (0)