this repo has no description
0
fork

Configure Feed

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

Package cobs.0.1

Merlin04 54c019ab 6c0498c5

+39
+39
packages/cobs/cobs.0.1/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Consistent Overhead Byte Stuffing (COBS) encoding and decoding" 4 + description: 5 + "A lightweight Consistent Overhead Byte Stuffing (COBS) encoder and decoder written in pure OCaml with no dependencies" 6 + maintainer: ["Merlin04"] 7 + authors: ["Merlin04"] 8 + license: "MIT" 9 + homepage: "https://github.com/Merlin04/ocaml-cobs" 10 + doc: "https://github.com/Merlin04/ocaml-cobs" 11 + bug-reports: "https://github.com/Merlin04/ocaml-cobs/issues" 12 + depends: [ 13 + "ocaml" 14 + "dune" {>= "3.15"} 15 + "ounit2" {with-test} 16 + "odoc" {with-doc} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + dev-repo: "git+https://github.com/Merlin04/ocaml-cobs.git" 33 + url { 34 + src: "https://github.com/Merlin04/ocaml-cobs/archive/refs/tags/0.1.tar.gz" 35 + checksum: [ 36 + "md5=6a14593b6460cda4cb01db612eef2ff9" 37 + "sha512=e66c1718c2d5bd778deab5a1a122ab70f913808e150fdcd0698a41c129d989161857b0427a34cc1c0a53bc3083d6b924849cc1ce82972feaf4c5b80effecb3bc" 38 + ] 39 + }