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.1

Merlin04 0c2cf073 54c019ab

+6 -4
+6 -4
packages/cobs/cobs.0.1/opam packages/cobs/cobs.0.1.1/opam
··· 10 10 doc: "https://github.com/Merlin04/ocaml-cobs" 11 11 bug-reports: "https://github.com/Merlin04/ocaml-cobs/issues" 12 12 depends: [ 13 - "ocaml" 13 + "ocaml" {>= "4.08"} 14 + "ocaml" {with-test & >= "4.11"} 14 15 "dune" {>= "3.15"} 15 16 "ounit2" {with-test} 16 17 "odoc" {with-doc} ··· 31 32 ] 32 33 dev-repo: "git+https://github.com/Merlin04/ocaml-cobs.git" 33 34 url { 34 - src: "https://github.com/Merlin04/ocaml-cobs/archive/refs/tags/0.1.tar.gz" 35 + src: 36 + "https://github.com/Merlin04/ocaml-cobs/archive/refs/tags/0.1.1.tar.gz" 35 37 checksum: [ 36 - "md5=6a14593b6460cda4cb01db612eef2ff9" 37 - "sha512=e66c1718c2d5bd778deab5a1a122ab70f913808e150fdcd0698a41c129d989161857b0427a34cc1c0a53bc3083d6b924849cc1ce82972feaf4c5b80effecb3bc" 38 + "md5=c8127c6b4b412aacd8300a0ac72cc755" 39 + "sha512=e175f679ef74d372f2478572ee5d3a576466b6d4b3b813e7c58503854eeb0ccab1ff8e8186e972695ae027d8492249c53ca17bf8329a124631fe0a38bbffbafe" 38 40 ] 39 41 }