Skip to content

Commit

Permalink
Adjust package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Sep 1, 2024
1 parent 38e90f4 commit 7a60dfb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 21 deletions.
12 changes: 4 additions & 8 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

(homepage https://github.com/ocaml-multicore/picos)

(version 0.5)

(license ISC)

(using mdx 0.4)
Expand Down Expand Up @@ -48,7 +46,7 @@

(package
(name picos_std)
(synopsis "Standard sample libraries for Picos")
(synopsis "Sample schedulers and libraries for Picos")
(depends
(ocaml
(>= 4.14.0))
Expand All @@ -65,7 +63,7 @@

(package
(name picos_stdio)
(synopsis "Asynchronous IO system for picos")
(synopsis "Asynchronous IO system for Picos")
(depends
(picos
(= :version))
Expand All @@ -83,7 +81,7 @@

(package
(name picos_stdio_cohttp)
(synopsis "Cohttp running on Picos_stdio")
(synopsis "Cohttp running on Picos stdio")
(depends
(picos
(= :version))
Expand All @@ -101,8 +99,6 @@
(name picos_lwt)
(allow_empty)
(synopsis "Lwt interface for Picos")
(description
"A systems programming interface between effects based schedulers and concurrent abstractions.")
(depends
(picos
(= :version))
Expand All @@ -115,7 +111,7 @@
(package
(name picos_meta)
(allow_empty)
(synopsis "Tests for Picos packages")
(synopsis "Integration tests for Picos packages")
(depends
(exn_bt
(= :version))
Expand Down
1 change: 0 additions & 1 deletion exn_bt.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5"
synopsis: "Bundle an exception with its backtrace"
maintainer: ["Vesa Karvonen <[email protected]>"]
authors: ["Vesa Karvonen <[email protected]>"]
Expand Down
1 change: 0 additions & 1 deletion picos.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5"
synopsis: "Pico scheduler interface"
description:
"A systems programming interface between effects based schedulers and concurrent abstractions."
Expand Down
3 changes: 0 additions & 3 deletions picos_lwt.opam
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5"
synopsis: "Lwt interface for Picos"
description:
"A systems programming interface between effects based schedulers and concurrent abstractions."
maintainer: ["Vesa Karvonen <[email protected]>"]
authors: ["Vesa Karvonen <[email protected]>"]
license: "ISC"
Expand Down
3 changes: 1 addition & 2 deletions picos_meta.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5"
synopsis: "Tests for Picos packages"
synopsis: "Integration tests for Picos packages"
maintainer: ["Vesa Karvonen <[email protected]>"]
authors: ["Vesa Karvonen <[email protected]>"]
license: "ISC"
Expand Down
3 changes: 1 addition & 2 deletions picos_std.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5"
synopsis: "Standard sample libraries for Picos"
synopsis: "Sample schedulers and libraries for Picos"
maintainer: ["Vesa Karvonen <[email protected]>"]
authors: ["Vesa Karvonen <[email protected]>"]
license: "ISC"
Expand Down
3 changes: 1 addition & 2 deletions picos_stdio.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5"
synopsis: "Asynchronous IO system for picos"
synopsis: "Asynchronous IO system for Picos"
maintainer: ["Vesa Karvonen <[email protected]>"]
authors: ["Vesa Karvonen <[email protected]>"]
license: "ISC"
Expand Down
3 changes: 1 addition & 2 deletions picos_stdio_cohttp.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5"
synopsis: "Cohttp running on Picos_stdio"
synopsis: "Cohttp running on Picos stdio"
maintainer: ["Vesa Karvonen <[email protected]>"]
authors: ["Vesa Karvonen <[email protected]>"]
license: "ISC"
Expand Down

0 comments on commit 7a60dfb

Please sign in to comment.