From 95afe6a2ff7a4551a4858aeb1bbd608d3b03b56a Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Tue, 29 Oct 2024 08:55:26 -0500 Subject: [PATCH] Package sedlex.3.3 --- packages/sedlex/sedlex.3.3/opam | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 packages/sedlex/sedlex.3.3/opam diff --git a/packages/sedlex/sedlex.3.3/opam b/packages/sedlex/sedlex.3.3/opam new file mode 100644 index 00000000000..d5fe2f0fe58 --- /dev/null +++ b/packages/sedlex/sedlex.3.3/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.3.tar.gz" + checksum: [ + "md5=4603d572e24f3515fe7e7d0b665bdda6" + "sha512=791b172b59256cb77df1bbd9e3136aa79e65bcb3df1f64bbe10933d624bad59a7d8b358c35abd07c267b89a3feb01f935e927ffc4fe9c6eb2ac6637cfa9b42cd" + ] +}