Skip to content

Commit

Permalink
Update opam file and add CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo committed Jun 11, 2020
1 parent 3298de8 commit f5fc315
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 0.8.0 Initial public release

- First release of streaming models with sources, sinks, flows and streams.
7 changes: 3 additions & 4 deletions streaming.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
opam-version: "2.0"

version: "0.8"
homepage: "http://github.com/odis-labs/streaming"
doc: "https://odis-labs.github.io/streaming"
bug-reports: "https://github.com/odis-labs/streaming/issues"
Expand All @@ -12,7 +11,7 @@ authors: [
maintainer: "Rizo I <[email protected]>"
dev-repo: "git+https://github.com/odis-labs/streaming.git"

synopsis: "Fast, safe and composable streaming abstractions."
synopsis: "Fast, safe and composable streaming abstractions"
description: """
Streaming abstractions that combine, transform and reduce large amounts of
sequential data efficiently, in constant space and without leaking resources.
Expand All @@ -38,10 +37,10 @@ The following features are provided:

depends: [
"stdlib-shims"
"dune"
"dune" {>= "2.0"}
"ocaml" {>= "4.08.0"}
]

build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
]

0 comments on commit f5fc315

Please sign in to comment.