Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions recipes/mojo-regex/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
context:
version: 0.8.0
version: 0.9.0
mojo_version: "=0.26.2"
about:
description: "# Mojo Regex\nRegular Expressions Library for Mojo\n\n`mojo-regex` is a\
\ regex library featuring a hybrid DFA/NFA engine architecture that automatically\
\ optimizes pattern matching based on complexity.\n\nIt aims to provide a similar\
\ interface as the [re](https://docs.python.org/3/library/re.html) stdlib package\
\ while leveraging Mojo's performance capabilities."
\ regex library featuring a hybrid DFA/NFA/PikeVM/LazyDFA engine architecture\
\ that automatically optimizes pattern matching based on complexity.\n\nIt aims\
\ to provide a similar interface as the [re](https://docs.python.org/3/library/re.html)\
\ stdlib package while leveraging Mojo's performance capabilities.\n\nBeats Python's\
\ C-based `re` module on 100% of benchmarks."
homepage: https://github.com/msaelices/mojo-regex
license: MIT
license_file: LICENSE
Expand All @@ -29,4 +30,4 @@ requirements:
- ${{ pin_compatible('mojo-compiler') }}
source:
- git: https://github.com/msaelices/mojo-regex.git
rev: 3232090fce9bdf64b95da44774b665e24f03213f
rev: 762c4569fefe09a0a01f6900d5a351a6a4e76de5