Skip to content

Commit

Permalink
Add opam template file and configure more fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Dec 2, 2024
1 parent 05c143a commit 2b209ff
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Empty file added loc-tests.opam.template
Empty file.
12 changes: 12 additions & 0 deletions loc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@ build: [
]
]
dev-repo: "git+https://github.com/mbarbin/loc.git"
description: """\

Loc is an OCaml library for manipulating code locations, which are
ranges of lexing positions from a parsed file.

Attaching locations to nodes manipulated by programs can be useful for
various applications such as compilers, interpreters, linters, and
refactoring tools.

"""
tags: [ "code-locations" "lexing" ]
x-maintenance-intent: [ "(latest)" ]
12 changes: 12 additions & 0 deletions loc.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
description: """\

Loc is an OCaml library for manipulating code locations, which are
ranges of lexing positions from a parsed file.

Attaching locations to nodes manipulated by programs can be useful for
various applications such as compilers, interpreters, linters, and
refactoring tools.

"""
tags: [ "code-locations" "lexing" ]
x-maintenance-intent: [ "(latest)" ]

0 comments on commit 2b209ff

Please sign in to comment.