Skip to content

Commit eb8b0e7

Browse files
authored
Merge pull request #28662 from toots/opam-publish-sedlex.3.7
Package sedlex.3.7
2 parents 7c2e6cc + fc184d3 commit eb8b0e7

File tree

1 file changed

+48
-0
lines changed
  • packages/sedlex/sedlex.3.7

1 file changed

+48
-0
lines changed

packages/sedlex/sedlex.3.7/opam

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "An OCaml lexer generator for Unicode"
4+
description: """
5+
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports
6+
Unicode. Unlike ocamllex, sedlex allows lexer specifications within regular
7+
OCaml source files. Lexing specific constructs are provided via a ppx syntax
8+
extension."""
9+
maintainer: ["Alain Frisch <[email protected]>"]
10+
authors: [
11+
"Alain Frisch <[email protected]>"
12+
"https://github.com/ocaml-community/sedlex/graphs/contributors"
13+
]
14+
license: "MIT"
15+
homepage: "https://github.com/ocaml-community/sedlex"
16+
bug-reports: "https://github.com/ocaml-community/sedlex/issues"
17+
depends: [
18+
"ocaml" {>= "4.08"}
19+
"dune" {>= "3.0"}
20+
"ppxlib" {>= "0.26.0"}
21+
"gen"
22+
"ppx_expect" {with-test}
23+
"odoc" {with-doc}
24+
]
25+
build: [
26+
["dune" "subst"] {dev}
27+
[
28+
"dune"
29+
"build"
30+
"-p"
31+
name
32+
"-j"
33+
jobs
34+
"@install"
35+
"@runtest" {with-test}
36+
"@doc" {with-doc}
37+
]
38+
]
39+
dev-repo: "git+https://github.com/ocaml-community/sedlex.git"
40+
doc: "https://ocaml-community.github.io/sedlex/index.html"
41+
url {
42+
src:
43+
"https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.7.tar.gz"
44+
checksum: [
45+
"md5=893790268f68a1bb60dcc139f390a2d3"
46+
"sha512=053bceea4944309705e6b8014381711a2c4f7f0ab235cd239e2d2f5a2dbd3efe1b1c2d533631a8545dacf563cdb5b7469fe53982ef79ace270ee8a4a471f1fe2"
47+
]
48+
}

0 commit comments

Comments
 (0)