Skip to content

Commit ac26091

Browse files
authored
Merge pull request ocaml#27305 from AltGr/opam-publish-ocp-indent-nlfork.1.5.5
Package ocp-indent-nlfork.1.5.5
2 parents bc599cf + 5b293c5 commit ac26091

File tree

1 file changed

+37
-0
lines changed
  • packages/ocp-indent-nlfork/ocp-indent-nlfork.1.5.5

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: [
4+
"Grégoire Henry <[email protected]>"
5+
"Louis Gesbert <[email protected]>"
6+
"Thomas Gazagnaire <[email protected]>"
7+
"Jun Furuse"
8+
]
9+
homepage: "http://www.typerex.org/ocp-indent.html"
10+
bug-reports: "https://github.com/OCamlPro/ocp-indent/issues"
11+
license: "LGPL-3.0-or-later"
12+
tags: ["org:ocamlpro" "org:typerex"]
13+
dev-repo: "git+https://github.com/OCamlPro/ocp-indent.git#nlfork"
14+
build: ["dune" "build" "-j" jobs "-p" name]
15+
depends: [
16+
("ocaml" {>= "4.04.2" & < "5.0"} | "ocaml" {>= "5.0"} & "base-bytes")
17+
"dune" {>= "1.0"}
18+
"cmdliner" {>= "1.0.0"}
19+
]
20+
synopsis: """`ocp-indent` library, "newline tokens" fork"""
21+
description: """
22+
This is a modified version of the ocp-indent library, which is based on a
23+
different lexer, using newline tokens and banning multi-line ones, which is more
24+
convenient for some applications.
25+
26+
The library is exported as `ocp-indent-nlfork`, so as not to interfere with
27+
canonical ocp-indent installations.
28+
29+
This package does *not* install an ocp-indent binary or related tools."""
30+
url {
31+
src:
32+
"https://github.com/OCamlPro/ocp-indent/archive/refs/tags/nlfork-1.5.5.tar.gz"
33+
checksum: [
34+
"md5=d3ab3fc0b28674bdd2debe9ada1e5564"
35+
"sha512=dc13da22e286b8f8005b2ec50e790ff48e80535747fe84a832a29879e482de32d14185a30dd1c8eaf7a6e5c6a700144eb862bb7fab4c8e1c99b7eb5fc271a09f"
36+
]
37+
}

0 commit comments

Comments
 (0)