File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22opam-version: "2.0"
33version: "0.2"
44synopsis:
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"
66description:
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"
88maintainer: ["Hichem Rami Ait El Hara <hra@ocamlpro.com>"]
99authors: ["Hichem Rami Ait El Hara <hra@ocamlpro.com>"]
1010license: "AGPL-3.0-or-later"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments