From fc184d34ec59b84e6c349393b7b018284299c86a Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Mon, 6 Oct 2025 16:26:47 -0500 Subject: [PATCH] Package sedlex.3.7 --- packages/sedlex/sedlex.3.7/opam | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 packages/sedlex/sedlex.3.7/opam diff --git a/packages/sedlex/sedlex.3.7/opam b/packages/sedlex/sedlex.3.7/opam new file mode 100644 index 000000000000..11e3ab65bd00 --- /dev/null +++ b/packages/sedlex/sedlex.3.7/opam @@ -0,0 +1,48 @@ +# 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 "] +authors: [ + "Alain Frisch " + "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.7.tar.gz" + checksum: [ + "md5=893790268f68a1bb60dcc139f390a2d3" + "sha512=053bceea4944309705e6b8014381711a2c4f7f0ab235cd239e2d2f5a2dbd3efe1b1c2d533631a8545dacf563cdb5b7469fe53982ef79ace270ee8a4a471f1fe2" + ] +}