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.
28 lines
754 B
Plaintext
28 lines
754 B
Plaintext
opam-version: "2.0"
|
|
name: "uniq"
|
|
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
|
|
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
|
|
homepage: "https://git.robur.io/robur/uniq"
|
|
bug-reports: "https://git.robur.io/robur/uniq/issues"
|
|
dev-repo: "git+https://git.robur.io/robur/uniq.git"
|
|
doc: "https://git.robur.io/robur/uniq/"
|
|
license: "MIT"
|
|
synopsis: "A tool to infer dependencies of an OCaml project according to values"
|
|
|
|
build: [ "dune" "build" "-p" name "-j" jobs ]
|
|
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
|
|
|
|
depends: [
|
|
"ocaml" {>= "4.07.0"}
|
|
"dune" {>= "2.8.0"}
|
|
"cmdliner"
|
|
"fmt"
|
|
"logs"
|
|
"rresult"
|
|
"astring"
|
|
"fpath"
|
|
"bos"
|
|
"digestif"
|
|
"art"
|
|
]
|