this repo has no description

[new release] serial (0.1.0)

CHANGES:

- Added new interface
- Modified module-based interface
- added `write : string -> unit Lwt.t`
- add timeout to `wait_for_line`

Changed files
+36
packages
serial
serial.0.1.0
+36
packages/serial/serial.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Serial communication module"
+
maintainer: ["m-laniakea@github.com"]
+
authors: ["eir"]
+
license: "GPL-2.0-only"
+
homepage: "https://github.com/m-laniakea/oserial"
+
bug-reports: "https://github.com/m-laniakea/oserial/issues"
+
depends: [
+
"dune" {>= "2.5"}
+
"ocaml" {>= "4.08"}
+
"lwt" {>= "4.0.0"}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/m-laniakea/oserial.git"
+
url {
+
src:
+
"https://github.com/m-laniakea/oserial/releases/download/v0.1.0/serial-0.1.0.tbz"
+
checksum: [
+
"sha256=5034e009b14e0ba3a82b48026de13b2df3d80f37e14bd013b5dbd062f698370c"
+
"sha512=3b56e99d7dc4d12cfc3c4624c1b8bf7d5b8aea80b0a60849bd25932af52584cef529075076c0a3e9f61da5db71fd80dc56a9df4b0325f1c3c11c931462ecfbda"
+
]
+
}
+
x-commit-hash: "a5d3971bd43246245e9b292242c98572e88dc56a"