Skip to content

Commit 65e58e0

Browse files
committed
prepare for 0.1
1 parent bdc037a commit 65e58e0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
# 0.1
3+
4+
initial release

dune-project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
(name iostream)
44
(generate_opam_files true)
5+
(version 0.1)
56

67
(source
78
(github c-cube/ocaml-iostream))
@@ -16,7 +17,7 @@
1617
(synopsis "Generic, composable IO input and output streams")
1718
(depends
1819
(ocaml (>= 4.08))
19-
dune
20+
(dune (>= 2.0))
2021
(ounit2 :with-test))
2122
(tags
2223
(topics io channels streams)))

iostream.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3+
version: "0.1"
34
synopsis: "Generic, composable IO input and output streams"
45
maintainer: ["Simon Cruanes"]
56
authors: ["Simon Cruanes"]
@@ -10,7 +11,7 @@ doc: "https://c-cube.github.io/ocaml-iostream"
1011
bug-reports: "https://github.com/c-cube/ocaml-iostream/issues"
1112
depends: [
1213
"ocaml" {>= "4.08"}
13-
"dune"
14+
"dune" {>= "2.0"}
1415
"ounit2" {with-test}
1516
]
1617
build: [

0 commit comments

Comments
 (0)