30 lines
717 B
Plaintext
30 lines
717 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "OCaml binding to Google Apps"
|
|
description: ""
|
|
maintainer: ["[" "Matthieu Dubuget <matthieu.dubuget@gmail.com>" "]"]
|
|
authors: ["[" "Matthieu Dubuget <matthieu.dubuget@gmail.com>" "]"]
|
|
license: "undecided"
|
|
homepage: "https://dubuget.fr/gitea/matthieu/ocaml-google-app"
|
|
doc: "https://dubuget.fr/gitea/matthieu/ocaml-google-app"
|
|
bug-reports: "https://dubuget.fr/gitea/matthieu/ocaml-google-app"
|
|
depends: [
|
|
"dune" {>= "2.7"}
|
|
"gen_js_api"
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
]
|