File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+
2+ # 0.1
3+
4+ initial release
Original file line number Diff line number Diff line change 22
33(name iostream)
44( generate_opam_files true )
5+ ( version 0 .1)
56
67( source
78 ( github c-cube/ocaml-iostream) )
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) ) )
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3+ version: "0.1"
34synopsis: "Generic, composable IO input and output streams"
45maintainer: ["Simon Cruanes"]
56authors: ["Simon Cruanes"]
@@ -10,7 +11,7 @@ doc: "https://c-cube.github.io/ocaml-iostream"
1011bug-reports: "https://github.com/c-cube/ocaml-iostream/issues"
1112depends: [
1213 "ocaml" {>= "4.08"}
13- "dune"
14+ "dune" {>= "2.0"}
1415 "ounit2" {with-test}
1516]
1617build: [
You can’t perform that action at this time.
0 commit comments