this repo has no description
1opam-version: "2.0" 2synopsis: "Serial communication module" 3maintainer: ["m-laniakea@github.com"] 4authors: ["eir"] 5license: "GPL-2.0-only" 6homepage: "https://github.com/m-laniakea/oserial" 7bug-reports: "https://github.com/m-laniakea/oserial/issues" 8depends: [ 9 "dune" {>= "2.5"} 10 "ocaml" {>= "4.08"} 11 "lwt" {>= "4.0.0"} 12] 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "@install" 23 "@runtest" {with-test} 24 "@doc" {with-doc} 25 ] 26] 27dev-repo: "git+https://github.com/m-laniakea/oserial.git" 28url { 29 src: "https://github.com/m-laniakea/oserial/archive/v0.0.2.tar.gz" 30 checksum: [ 31 "md5=2a7127969e230247bbc7ceb9d460ce43" 32 "sha512=524731c49018ed75978c7cdf6339adb2016a4e78b1ebcee45f946fee952bbd62a6e716d1a23595bd83c8e2044690ac4a0fcf27329fbade32183ed8d92238726c" 33 ] 34}