this repo has no description
0
fork

Configure Feed

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

Package stdlib-diff.0.1.3 (#14144)

authored by

Jan Hrdina and committed by
Marcello Seri
b3d552c9 2a7a6ceb

+22
+22
packages/stdlib-diff/stdlib-diff.0.1.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Symmetric Diffs for OCaml stdlib and ReasonML" 3 + maintainer: "Jan Hrdina <jan.hrdka@gmail.com>" 4 + authors: "Jan Hrdina <jan.hrdka@gmail.com>" 5 + license: "MIT" 6 + homepage: "http://github.com/jhrdina/ocaml-diff" 7 + bug-reports: "http://github.com/jhrdina/ocaml-diff/issues" 8 + dev-repo: "git+https://github.com/jhrdina/ocaml-diff.git" 9 + build: [ 10 + ["dune" "build" "-p" name "-j" jobs] 11 + ] 12 + depends: [ 13 + "dune" {>= "1.6.0"} 14 + "reason" {>= "3.4.0"} 15 + ] 16 + url { 17 + src: "https://github.com/jhrdina/ocaml-diff/archive/0.1.3.tar.gz" 18 + checksum: [ 19 + "md5=dd714e1969c6b28a143843c046970c0f" 20 + "sha512=3df3b4ab6f3043fcc0486f494d47ebbfded9e8929e998f2d2435cf05090b4bd318e096bf55590826df1b5d2036c473c28f4529242044430c3e0b44072b68a5f2" 21 + ] 22 + }