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: 30 "https://github.com/m-laniakea/oserial/releases/download/v0.1.0/serial-0.1.0.tbz" 31 checksum: [ 32 "sha256=5034e009b14e0ba3a82b48026de13b2df3d80f37e14bd013b5dbd062f698370c" 33 "sha512=3b56e99d7dc4d12cfc3c4624c1b8bf7d5b8aea80b0a60849bd25932af52584cef529075076c0a3e9f61da5db71fd80dc56a9df4b0325f1c3c11c931462ecfbda" 34 ] 35} 36x-commit-hash: "a5d3971bd43246245e9b292242c98572e88dc56a"