Skip to content
Open
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
17 changes: 10 additions & 7 deletions recipes/mojo-regex/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
context:
version: 0.6.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\
Expand All @@ -13,17 +16,17 @@ build:
number: 0
script:
- mkdir -p ${PREFIX}/lib/mojo
- mojo package src/regex -o ${PREFIX}/lib/mojo/mojo-regex.mojopkg
context:
version: 13.4.2
- mojo package src/regex -o ${PREFIX}/lib/mojo/regex.mojopkg
package:
name: mojo-regex
version: 0.4.0
version: ${{ version }}
requirements:
host:
- max =25.5.0
- mojo-compiler ${{ mojo_version }}
build:
- mojo-compiler ${{ mojo_version }}
run:
- ${{ pin_compatible('max') }}
- ${{ pin_compatible('mojo-compiler') }}
source:
- git: https://github.com/msaelices/mojo-regex.git
rev: 7241fc7435b0516eaf24fe812ead25077a87491b
rev: 63d1b7b55e5ab9617b846fe24fe7de7891f3255e