
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/text_parse/trunk@3 cb476dc4-a1c2-9446-a177-162899b6b847
24 lines
418 B
Plaintext
24 lines
418 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
version: "1.02"
|
|
synopsis: "Applicative text parsing library for OCaml"
|
|
maintainer: ["orbifx <orbifx@disroot.org>"]
|
|
license: "EUPL-1.2"
|
|
depends: [
|
|
"dune" {>= "2.4"}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {pinned}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|