Skip to content

Commit 434c4b7

Browse files
committed
upd synopsis
1 parent fd6cd14 commit 434c4b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

domainpc.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
33
version: "0.1"
4-
synopsis: "Domainpc"
4+
synopsis:
5+
"Domain Per Core, spawn domains ensuring that they run on separate cores."
56
description:
67
"Domain Per Core, spawn domains ensuring that they run on separate cores."
78
maintainer: ["Hichem Rami Ait El Hara <hra@ocamlpro.com>"]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

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

0 commit comments

Comments
 (0)