We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6cd14 commit 434c4b7Copy full SHA for 434c4b7
domainpc.opam
@@ -1,7 +1,8 @@
1
# This file is generated by dune, edit dune-project instead
2
opam-version: "2.0"
3
version: "0.1"
4
-synopsis: "Domainpc"
+synopsis:
5
+ "Domain Per Core, spawn domains ensuring that they run on separate cores."
6
description:
7
"Domain Per Core, spawn domains ensuring that they run on separate cores."
8
maintainer: ["Hichem Rami Ait El Hara <hra@ocamlpro.com>"]
dune-project
@@ -15,7 +15,7 @@
15
16
(package
17
(name domainpc)
18
- (synopsis "Domainpc")
+ (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.")
20
(depends (ocaml (>= 5.2)) processor))
21
0 commit comments