this repo has no description

Merge pull request #27686 from toots/opam-publish-sedlex.3.4

Package sedlex.3.4

Changed files
+50 -2
packages
fstar
fstar.2025.02.17
fstar.2025.03.25
sedlex
sedlex.3.4
+1 -1
packages/fstar/fstar.2025.02.17/opam
···
"mtime" {>= "2.1.0"}
"pprint"
"sedlex"
-
"ppxlib" {>= "0.27.0"}
+
"ppxlib" {>= "0.27.0" & < "0.36"}
"process"
"ppx_deriving" {build}
"ppx_deriving_yojson" {build}
+1 -1
packages/fstar/fstar.2025.03.25/opam
···
"mtime" {>= "2.1.0"}
"pprint"
"sedlex"
-
"ppxlib" {>= "0.27.0"}
+
"ppxlib" {>= "0.27.0" & < "0.36"}
"process"
"ppx_deriving" {build}
"ppx_deriving_yojson" {build}
+48
packages/sedlex/sedlex.3.4/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "An OCaml lexer generator for Unicode"
+
description: """
+
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports
+
Unicode. Unlike ocamllex, sedlex allows lexer specifications within regular
+
OCaml source files. Lexing specific constructs are provided via a ppx syntax
+
extension."""
+
maintainer: ["Alain Frisch <alain.frisch@lexifi.com>"]
+
authors: [
+
"Alain Frisch <alain.frisch@lexifi.com>"
+
"https://github.com/ocaml-community/sedlex/graphs/contributors"
+
]
+
license: "MIT"
+
homepage: "https://github.com/ocaml-community/sedlex"
+
bug-reports: "https://github.com/ocaml-community/sedlex/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "3.0"}
+
"ppxlib" {>= "0.26.0"}
+
"gen"
+
"ppx_expect" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocaml-community/sedlex.git"
+
doc: "https://ocaml-community.github.io/sedlex/index.html"
+
url {
+
src:
+
"https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.4.tar.gz"
+
checksum: [
+
"md5=5c655398261226dd99b1231df3f729e1"
+
"sha512=7e5f6e93e7791058b54bcd66f0e28f8ff72e6ea759a172cf6d8d7055d352d3a4e5c23f15278e254870a0ff1caed8948e77c6fde997c2b8bd81d3484198ddd484"
+
]
+
}