this repo has no description

[new release] loc (0.2.0)

Changed files
+39
packages
loc
loc.0.2.0
+39
packages/loc/loc.0.2.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Representing ranges of lexing positions from parsed files"
+
maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"]
+
authors: ["Mathieu Barbin"]
+
license: "MIT"
+
homepage: "https://github.com/mbarbin/loc"
+
doc: "https://mbarbin.github.io/loc/"
+
bug-reports: "https://github.com/mbarbin/loc/issues"
+
depends: [
+
"dune" {>= "3.16"}
+
"ocaml" {>= "5.2"}
+
"fpath" {>= "0.7.3"}
+
"sexplib0" {>= "v0.17" & < "v0.18"}
+
"stdune" {>= "3.16"}
+
"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/mbarbin/loc.git"
+
url {
+
src: "https://github.com/mbarbin/loc/releases/download/0.2.0/loc-0.2.0.tbz"
+
checksum: [
+
"sha256=30e0468f1a2876accef1aacf8441faac88fa64feb8653a1496c47dd56a8aff29"
+
"sha512=a8ee464212811bdd71be86cd5a174ffa337e816ec23323dd9268dd87603ae83f0593ac0b2c46d9b9a5c49cc5596670434dd99f8f2dcd54754ec90c70c30db320"
+
]
+
}
+
x-commit-hash: "25a3faf3069e13575519dd498f97c9fba3a93bb8"