Skip to content

Commit

Permalink
+sedlex-windows.3.2 (ocaml-cross#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored Jun 30, 2023
1 parent 103acce commit 997412c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ppxlib-windows/ppxlib-windows.0.26.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ bug-reports: "https://github.com/ocaml-ppx/ppxlib/issues"
depends: [
"dune" {>= "2.7"}
"ocaml-windows" {>= "4.04.1" & < "4.15"}
"ocaml" {>= "4.04.1" & < "4.15"}
"ocaml-compiler-libs-windows" {>= "v0.11.0"}
"ocaml-compiler-libs" {>= "v0.11.0"}
"ppx_derivers" {>= "1.0"}
Expand Down
48 changes: 48 additions & 0 deletions packages/sedlex-windows/sedlex-windows.3.2/opam
Original file line number Diff line number Diff line change
@@ -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 <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-windows" {>= "4.08"}
"dune" {>= "2.9"}
"ppxlib" {>= "0.26.0"}
"ppxlib-windows" {>= "0.26.0"}
"gen" {>= "0.5.3"}
"gen-windows"{>= "0.5.3"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
"sedlex"
"-x"
"windows"
"-j"
jobs
"@install"
]
]
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"
]
}

0 comments on commit 997412c

Please sign in to comment.