forked from zapashcanon/kropotkine
generate opam file
This commit is contained in:
parent
a2d6a08aa6
commit
043c93cb82
31
kropotkine.opam
Normal file
31
kropotkine.opam
Normal file
@ -0,0 +1,31 @@
|
||||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis: "OCaml library/executable to TODO"
|
||||
description: "kropotkine is an OCaml library/executable to TODO."
|
||||
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
|
||||
authors: ["Léo Andrès <contact@ndrs.fr>"]
|
||||
license: "ISC"
|
||||
tags: ["kropotkine" "TODO" "TODO" "TODO" "TODO"]
|
||||
homepage: "https://git.zapashcanon.fr/zapashcanon/kropotkine"
|
||||
doc: "https://doc.zapashcanon.fr/kropotkine"
|
||||
bug-reports: "https://git.zapashcanon.fr/zapashcanon/kropotkine/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.0"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/kropotkine.git"
|
Loading…
x
Reference in New Issue
Block a user