opam-version: "2.0"
synopsis: "Serial communication module"
maintainer: ["m-laniakea@github.com"]
authors: ["eir"]
license: "GPL-1.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/0.0.1.tar.gz"
  checksum: [
    "md5=c18e5153f7dac89c4aea47d929cf9310"
    "sha512=619ae1cd862a905a9114902cdad06010e85482087741e674b9079edbe33fc691aff5e5fb7f78ec667bd558f4332d3d5181a58674d367288d877ede13e1387327"
  ]
}
