You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
geopub/indexeddb.opam

25 lines
453 B
Plaintext

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.0.0"
maintainer: ["pukkamustard <pukkamustard@posteo.net>"]
authors: ["pukkamustard <pukkamustard@posteo.net>"]
license: "AGPL-3.0-or-later"
depends: [
"dune" {>= "2.8"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]