this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26678 from m-laniakea/release-serial-v0.1.0

[new release] serial (0.1.0)

authored by

Marcello Seri and committed by
GitHub
34566c14 445a2516

+36
+36
packages/serial/serial.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Serial communication module" 3 + maintainer: ["m-laniakea@github.com"] 4 + authors: ["eir"] 5 + license: "GPL-2.0-only" 6 + homepage: "https://github.com/m-laniakea/oserial" 7 + bug-reports: "https://github.com/m-laniakea/oserial/issues" 8 + depends: [ 9 + "dune" {>= "2.5"} 10 + "ocaml" {>= "4.08"} 11 + "lwt" {>= "4.0.0"} 12 + ] 13 + build: [ 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 + ] 27 + dev-repo: "git+https://github.com/m-laniakea/oserial.git" 28 + url { 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 + } 36 + x-commit-hash: "a5d3971bd43246245e9b292242c98572e88dc56a"