this repo has no description

Merge pull request #24027 from toots/opam-publish-sedlex.3.2

Package sedlex.3.2

Changed files
+48
packages
sedlex
sedlex.3.2
+48
packages/sedlex/sedlex.3.2/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.2.tar.gz"
+
checksum: [
+
"md5=b67eec3a80a7fed8e6c91e47260b0843"
+
"sha512=00e257d1b97e99d49028d2e38b20a05c6aa151c362991c37c17522bf58c19e273b762ea39dd9783ed9ecc60d11dadeabb0487e16b4af91536e45e7e18c86cfe9"
+
]
+
}