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/archive/v0.0.2.tar.gz"
  checksum: [
    "md5=2a7127969e230247bbc7ceb9d460ce43"
    "sha512=524731c49018ed75978c7cdf6339adb2016a4e78b1ebcee45f946fee952bbd62a6e716d1a23595bd83c8e2044690ac4a0fcf27329fbade32183ed8d92238726c"
  ]
}
