text_parse/text_parse.opam
fox 9da2a4e1e4 Parse URIs starting with numbers
git-svn-id: file:///srv/svn/repo/text_parse/trunk@2 cb476dc4-a1c2-9446-a177-162899b6b847
2022-12-20 16:53:17 +00:00

24 lines
396 B
Plaintext

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.02"
synopsis: "Applicative text parsing"
maintainer: ["orbifx <orbifx@disroot.org>"]
license: "EUPL"
depends: [
"dune" {>= "2.4"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]