mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
prepare for 0.3
This commit is contained in:
parent
7f97e75147
commit
21e0c18069
2 changed files with 3 additions and 3 deletions
|
|
@ -123,11 +123,11 @@ module Byte_stream : sig
|
||||||
|
|
||||||
val iter : (bytes -> int -> int -> unit) -> t -> unit
|
val iter : (bytes -> int -> int -> unit) -> t -> unit
|
||||||
(** Iterate on the chunks of the stream
|
(** Iterate on the chunks of the stream
|
||||||
@since NEXT_RELEASE *)
|
@since 0.3 *)
|
||||||
|
|
||||||
val to_chan : out_channel -> t -> unit
|
val to_chan : out_channel -> t -> unit
|
||||||
(** Write the stream to the channel.
|
(** Write the stream to the channel.
|
||||||
@since NEXT_RELEASE *)
|
@since 0.3 *)
|
||||||
|
|
||||||
val with_file : string -> (t -> 'a) -> 'a
|
val with_file : string -> (t -> 'a) -> 'a
|
||||||
(** Open a file with given name, and obtain an input stream
|
(** Open a file with given name, and obtain an input stream
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
version: "0.2"
|
version: "0.3"
|
||||||
authors: ["Simon Cruanes"]
|
authors: ["Simon Cruanes"]
|
||||||
maintainer: "simon.cruanes.2007@m4x.org"
|
maintainer: "simon.cruanes.2007@m4x.org"
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue