this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Package sedlex.3.4

authored by

Romain Beauxis and committed by
GitHub
dda3a793 3b0eb239

+50 -2
+1 -1
packages/fstar/fstar.2025.02.17/opam
··· 20 20 "mtime" {>= "2.1.0"} 21 21 "pprint" 22 22 "sedlex" 23 - "ppxlib" {>= "0.27.0"} 23 + "ppxlib" {>= "0.27.0" & < "0.36"} 24 24 "process" 25 25 "ppx_deriving" {build} 26 26 "ppx_deriving_yojson" {build}
+1 -1
packages/fstar/fstar.2025.03.25/opam
··· 20 20 "mtime" {>= "2.1.0"} 21 21 "pprint" 22 22 "sedlex" 23 - "ppxlib" {>= "0.27.0"} 23 + "ppxlib" {>= "0.27.0" & < "0.36"} 24 24 "process" 25 25 "ppx_deriving" {build} 26 26 "ppx_deriving_yojson" {build}
+48
packages/sedlex/sedlex.3.4/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "An OCaml lexer generator for Unicode" 4 + description: """ 5 + sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports 6 + Unicode. Unlike ocamllex, sedlex allows lexer specifications within regular 7 + OCaml source files. Lexing specific constructs are provided via a ppx syntax 8 + extension.""" 9 + maintainer: ["Alain Frisch <alain.frisch@lexifi.com>"] 10 + authors: [ 11 + "Alain Frisch <alain.frisch@lexifi.com>" 12 + "https://github.com/ocaml-community/sedlex/graphs/contributors" 13 + ] 14 + license: "MIT" 15 + homepage: "https://github.com/ocaml-community/sedlex" 16 + bug-reports: "https://github.com/ocaml-community/sedlex/issues" 17 + depends: [ 18 + "ocaml" {>= "4.08"} 19 + "dune" {>= "3.0"} 20 + "ppxlib" {>= "0.26.0"} 21 + "gen" 22 + "ppx_expect" {with-test} 23 + "odoc" {with-doc} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + dev-repo: "git+https://github.com/ocaml-community/sedlex.git" 40 + doc: "https://ocaml-community.github.io/sedlex/index.html" 41 + url { 42 + src: 43 + "https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.4.tar.gz" 44 + checksum: [ 45 + "md5=5c655398261226dd99b1231df3f729e1" 46 + "sha512=7e5f6e93e7791058b54bcd66f0e28f8ff72e6ea759a172cf6d8d7055d352d3a4e5c23f15278e254870a0ff1caed8948e77c6fde997c2b8bd81d3484198ddd484" 47 + ] 48 + }