
# Specifications for the "pa_ppx_regexp_runtime" package:
requires = "fmt"
version = "0.01"
description = "pa_ppx_regexp runtime support"

# For linking
archive(byte) = "pa_ppx_regexp_runtime.cma"
archive(native) = "pa_ppx_regexp_runtime.cmxa"

# For the toploop:
archive(byte,toploop) = "pa_ppx_regexp_runtime.cma"

