this repo has no description
0
fork

Configure Feed

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

Merge pull request #26625 from mbarbin/release-loc

[new release] loc (0.2.0)

authored by

Shon Feder and committed by
GitHub
7e178014 de3d6bb7

+39
+39
packages/loc/loc.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Representing ranges of lexing positions from parsed files" 3 + maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] 4 + authors: ["Mathieu Barbin"] 5 + license: "MIT" 6 + homepage: "https://github.com/mbarbin/loc" 7 + doc: "https://mbarbin.github.io/loc/" 8 + bug-reports: "https://github.com/mbarbin/loc/issues" 9 + depends: [ 10 + "dune" {>= "3.16"} 11 + "ocaml" {>= "5.2"} 12 + "fpath" {>= "0.7.3"} 13 + "sexplib0" {>= "v0.17" & < "v0.18"} 14 + "stdune" {>= "3.16"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/mbarbin/loc.git" 32 + url { 33 + src: "https://github.com/mbarbin/loc/releases/download/0.2.0/loc-0.2.0.tbz" 34 + checksum: [ 35 + "sha256=30e0468f1a2876accef1aacf8441faac88fa64feb8653a1496c47dd56a8aff29" 36 + "sha512=a8ee464212811bdd71be86cd5a174ffa337e816ec23323dd9268dd87603ae83f0593ac0b2c46d9b9a5c49cc5596670434dd99f8f2dcd54754ec90c70c30db320" 37 + ] 38 + } 39 + x-commit-hash: "25a3faf3069e13575519dd498f97c9fba3a93bb8"