Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
VEBER Philippe
codepi
Commits
ab0d4fe8
Commit
ab0d4fe8
authored
Feb 06, 2020
by
Philippe Veber
Browse files
set opam file and dune-project
parent
9c9ddd3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
1 deletion
+68
-1
dune-project
dune-project
+30
-1
reviewphiltrans.opam
reviewphiltrans.opam
+38
-0
No files found.
dune-project
View file @
ab0d4fe8
(lang dune 1.0)
(lang dune 1.11)
(generate_opam_files true)
(name reviewphiltrans)
(source (uri https://gitlab.in2p3.fr/pveber/reviewphiltrans.git))
(homepage "https://gitlab.in2p3.fr/pveber/reviewphiltrans")
(bug_reports "https://gitlab.in2p3.fr/pveber/reviewphiltrans/issues")
(license CeCILL-B)
(authors
"Bastien Boussau"
"Carine Rey"
"Philippe Veber"
"Vincent Lanore")
(maintainers "philippe.veber@gmail.com")
(package
(name reviewphiltrans)
(synopsis "A convergent evolution detection pipeline")
(description "
This pipeline can be used to detect convergent evolution in a dataset
or to benchmark various tools.
")
(tags (convergent evolution bioinformatics))
(depends
biocaml
biotk
biotope
ocaml-r
ocamlify
phylogenetics
str))
reviewphiltrans.opam
View file @
ab0d4fe8
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A convergent evolution detection pipeline"
description: """
This pipeline can be used to detect convergent evolution in a dataset
or to benchmark various tools.
"""
maintainer: ["philippe.veber@gmail.com"]
authors: ["Bastien Boussau" "Carine Rey" "Philippe Veber" "Vincent Lanore"]
license: "CeCILL-B"
homepage: "https://gitlab.in2p3.fr/pveber/reviewphiltrans"
bug-reports: "https://gitlab.in2p3.fr/pveber/reviewphiltrans/issues"
depends: [
"dune" {>= "1.11"}
"biocaml"
"biotk"
"biotope"
"ocaml-r"
"ocamlify"
"phylogenetics"
"str"
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "https://gitlab.in2p3.fr/pveber/reviewphiltrans.git"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment