this repo has no description
0
fork

Configure Feed

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

Merge pull request #18659 from zoggy/opam-publish-xmldiff.0.6.0

Package xmldiff.0.6.0

authored by

Kate and committed by
GitHub
4ff0fe2a 0e0de8b5

+39 -3
+4 -3
packages/crowbar/crowbar.0.1/opam
··· 31 31 ] 32 32 depends: [ 33 33 "ocaml" {>= "4.03"} 34 - "jbuilder" 34 + "jbuilder" {>= "1.0+beta6"} 35 35 "ocplib-endian" 36 - "cmdliner" 36 + "cmdliner" {>= "1.0.0"} 37 37 "afl-persistent" {>= "1.1"} 38 38 "calendar" {with-test & >= "2.00"} 39 39 "xmldiff" {with-test} 40 + "pprint" {with-test & < "20180523"} 40 41 "fpath" {with-test} 41 42 "uucp" {with-test} 42 43 "uunf" {with-test} 43 44 "uutf" {with-test} 44 45 ] 45 - synopsis: "write tests, let a fuzzer find failing cases" 46 + synopsis: "Write tests, let a fuzzer find failing cases" 46 47 description: """ 47 48 Crowbar is a library for testing code, combining QuickCheck-style 48 49 property-based testing and the magical bug-finding powers of
+35
packages/xmldiff/xmldiff.0.6.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Computing and applying diffs on XML trees" 3 + maintainer: "Zoggy <zoggy@bat8.org>" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "LGPL-3.0-only" 6 + homepage: "https://zoggy.frama.io/xmldiff/" 7 + doc: "https://zoggy.frama.io/xmldiff/refdoc/" 8 + bug-reports: "https://framagit.org/zoggy/xmldiff/-/issues" 9 + depends: [ 10 + "ocaml" {>= "4.12.0"} 11 + "ocamlfind" {build} 12 + "xmlm" {>= "1.3.0"} 13 + ] 14 + depopts: [ 15 + "js_of_ocaml" 16 + "js_of_ocaml-ppx" 17 + ] 18 + conflicts: [ 19 + "js_of_ocaml" {< "3.9.0"} 20 + "js_of_ocaml-ppx" {< "3.9.0"} 21 + ] 22 + build: [ 23 + ["./configure" "--prefix" prefix] 24 + [make "all"] 25 + ] 26 + install: [make "install"] 27 + dev-repo: "git+https://framagit.org/zoggy/xmldiff.git" 28 + url { 29 + src: 30 + "https://framagit.org/zoggy/xmldiff/-/archive/0.6.0/xtmpl-0.6.0.tar.bz2" 31 + checksum: [ 32 + "md5=e32cbc56cf235e9f0a1e64eb35f338ec" 33 + "sha512=27eb24bccc9b00b0cd215beefee3b38863efc1f2e8050ecb284dd4798f0fdffac39b27fe5ef48eaae21c8172e62290fe2dfb5a73471b97e6cc92ba6309745251" 34 + ] 35 + }