Codebase list ocaml-stdio / 6816d8d
Import upstream version 0.14.0+git20210114.1.2b19b86 Debian Janitor 2 years ago
4 changed file(s) with 12 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 The MIT License
11
2 Copyright (c) 2016--2020 Jane Street Group, LLC <opensource@janestreet.com>
2 Copyright (c) 2016--2021 Jane Street Group, LLC <opensource@janestreet.com>
33
44 Permission is hereby granted, free of charge, to any person obtaining a copy
55 of this software and associated documentation files (the "Software"), to deal
0 # Standard IO Library for OCaml
1
2 Stdio provides input/output functions for OCaml. It re-exports the
3 buffered channels of the stdlib distributed with OCaml but with some
4 improvements.
5
6 API documentation for the latest release can be found
7 [here][https://ocaml.janestreet.com/ocaml-core/latest/doc/stdio/index.html].
+0
-6
README.org less more
0
1 * Standard IO Library for OCaml
2
3 Stdio provides input/output functions for OCaml. It re-exports the
4 buffered channels of the stdlib distributed with OCaml but with some
5 improvements.
00 opam-version: "2.0"
1 version: "v0.14.0"
21 maintainer: "opensource@janestreet.com"
32 authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
43 homepage: "https://github.com/janestreet/stdio"
109 ["dune" "build" "-p" name "-j" jobs]
1110 ]
1211 depends: [
13 "ocaml" {>= "4.04.2"}
14 "base" {>= "v0.14" & < "v0.15"}
15 "dune" {>= "2.0.0"}
12 "ocaml" {>= "4.08.0"}
13 "base"
14 "dune" {>= "2.0.0"}
1615 ]
1716 synopsis: "Standard IO library for OCaml"
1817 description: "