diff --git a/loc-tests.opam.template b/loc-tests.opam.template new file mode 100644 index 0000000..e69de29 diff --git a/loc.opam b/loc.opam index e8c65c2..82a924d 100644 --- a/loc.opam +++ b/loc.opam @@ -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)" ] diff --git a/loc.opam.template b/loc.opam.template new file mode 100644 index 0000000..1e49ef2 --- /dev/null +++ b/loc.opam.template @@ -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)" ]