this repo has no description

Merge pull request #21436 from Armael/release-pp_loc-v2.1.0

[new release] pp_loc (2.1.0)

Changed files
+43
packages
pp_loc
pp_loc.2.1.0
+43
packages/pp_loc/pp_loc.2.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Quote and highlight input fragments at a given source location"
+
description: """
+
Decent error reporting (for example, in a parser, a compiler, ...) typically involves collecting locations, in order to indicate to the user the position of an error in the source file.
+
This library provides support for quoting and highlighting the input fragment that corresponds to a given source location (or set of source locations).
+
"""
+
maintainer: [
+
"Armaël Guéneau <armael.gueneau@ens-lyon.org>, Steffen Smolka <smolka@cs.cornell.edu>"
+
]
+
authors: ["Armaël Guéneau <armael.gueneau@ens-lyon.org>"]
+
license: "MIT"
+
homepage: "https://github.com/Armael/pp_loc"
+
doc: "https://Armael.github.io/pp_loc/pp_loc/"
+
bug-reports: "https://github.com/Armael/pp_loc/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.7"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/Armael/pp_loc.git"
+
url {
+
src:
+
"https://github.com/Armael/pp_loc/releases/download/v2.1.0/pp_loc-2.1.0.tbz"
+
checksum: [
+
"sha256=2f736505d431e81a4fe851ad310ff29ec4cd20c8fd37ef050d9e6f1050baa7cb"
+
"sha512=7e51eeeb29037d1e1db4ebe4d4d14e40cbb45162970773f35ffe43b6107570ee5d6ec21698791fc8cfd79df5ccfd173fb6b2a8108af7bda976368b13b64ea749"
+
]
+
}
+
x-commit-hash: "d8162fd289849ea2f4125054ab88540416bdaa25"