this repo has no description
0
fork

Configure Feed

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

Merge pull request #27577 from kit-ty-kate/opam-publish-patch.3.0.0-alpha1

Package patch.3.0.0~alpha1

authored by

Shon Feder and committed by
GitHub
8471e326 152dc7d1

+37
+37
packages/patch/patch.3.0.0~alpha1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Patch library purely in OCaml" 3 + description: """\ 4 + This is a library which parses unified diff and git diff output, and can 5 + apply a patch in memory.""" 6 + maintainer: "Kate <kit-ty-kate@outlook.com>" 7 + authors: [ 8 + "Hannes Mehnert <hannes@mehnert.org>" 9 + "Kate <kit-ty-kate@outlook.com>" 10 + ] 11 + license: "ISC" 12 + homepage: "https://github.com/hannesm/patch" 13 + doc: "https://hannesm.github.io/patch/" 14 + bug-reports: "https://github.com/hannesm/patch/issues" 15 + depends: [ 16 + "ocaml" {>= "4.08"} 17 + "dune" {>= "3.0"} 18 + "alcotest" {with-test & >= "0.7.0"} 19 + "crowbar" {with-test} 20 + ] 21 + available: opam-version >= "2.1.0" 22 + flags: avoid-version 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + ["dune" "build" "-p" name "-j" jobs] 26 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 27 + ] 28 + dev-repo: "git+https://github.com/hannesm/patch.git" 29 + url { 30 + src: 31 + "https://github.com/hannesm/patch/releases/download/v3.0.0-alpha1/patch-3.0.0-alpha1.tar.gz" 32 + checksum: [ 33 + "md5=03aa87f8500c9caf4a73b2299c19b514" 34 + "sha512=77d66ec2bab2e079a2f45bd9f89129a0ab95dffdd148aec385a174ed50bde98131823f678aa5c685c1f25349c7927b6015df1b9e8da659fdd1030012f0be9a55" 35 + ] 36 + } 37 + x-maintenance-intent: ["(latest)" "(latest-1)"]