this repo has no description
0
fork

Configure Feed

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

[new release] loc (0.2.2)

+51
+51
packages/loc/loc.0.2.2/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" {>= "4.14"} 12 + "fpath" {>= "0.7.3"} 13 + "sexplib0" {>= "v0.16"} 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 + description: """\ 33 + 34 + Loc is an OCaml library for manipulating code locations, which are 35 + ranges of lexing positions from a parsed file. 36 + 37 + Attaching locations to nodes manipulated by programs can be useful for 38 + various applications such as compilers, interpreters, linters, and 39 + refactoring tools. 40 + 41 + """ 42 + tags: [ "code-locations" "lexing" ] 43 + x-maintenance-intent: [ "(latest)" ] 44 + url { 45 + src: "https://github.com/mbarbin/loc/releases/download/0.2.2/loc-0.2.2.tbz" 46 + checksum: [ 47 + "sha256=3823c82f10c16278eb4b660a5621c59f4e920151c6d4c6a37976bbe9ba3a7934" 48 + "sha512=aca370c2387e2afb6b116f911671f872cbc44713297713e98573dda5dcad0974bd7f22df4ad8a59243b19ba24a675d1ec98c66453176298baaaa3fdb56c5e1e4" 49 + ] 50 + } 51 + x-commit-hash: "a994fd6793be972bb3c771d8986b708c363dceb9"