this repo has no description
1opam-version: "2.0" 2synopsis: "Serial communication module" 3maintainer: ["m-laniakea@github.com"] 4authors: ["eir"] 5license: "GPL-1.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/0.0.1.tar.gz" 30 checksum: [ 31 "md5=c18e5153f7dac89c4aea47d929cf9310" 32 "sha512=619ae1cd862a905a9114902cdad06010e85482087741e674b9079edbe33fc691aff5e5fb7f78ec667bd558f4332d3d5181a58674d367288d877ede13e1387327" 33 ] 34}