add modulectomy
This commit is contained in:
parent
111e33d802
commit
ea69e8090b
1 changed files with 28 additions and 0 deletions
28
packages/modulectomy.0.0.1~dev/opam
Normal file
28
packages/modulectomy.0.0.1~dev/opam
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
opam-version: "2.0"
|
||||||
|
name: "modulectomy"
|
||||||
|
version: "0.1"
|
||||||
|
synopsis: "Dissect OCaml compiled programs, and weight their content"
|
||||||
|
maintainer: "Gabriel Radanne <drupyog@zoho.com>"
|
||||||
|
authors: "Gabriel Radanne <drupyog@zoho.com>"
|
||||||
|
license: "ISC"
|
||||||
|
tags: "regex"
|
||||||
|
homepage: "https://github.com/Drup/modulectomy"
|
||||||
|
bug-reports: "https://github.com/Drup/modulectomy/issues"
|
||||||
|
depends: [
|
||||||
|
"ocaml" {>= "4.02.0"}
|
||||||
|
"dune" {build}
|
||||||
|
"owee"
|
||||||
|
"iter"
|
||||||
|
"containers"
|
||||||
|
"fpath"
|
||||||
|
"tyxml"
|
||||||
|
]
|
||||||
|
build: [
|
||||||
|
["dune" "subst"] {dev}
|
||||||
|
["dune" "build" "-p" name "-j" jobs]
|
||||||
|
["dune" "runtest" "-p" name] {with-test}
|
||||||
|
]
|
||||||
|
dev-repo: "git+https://github.com/Drup/modulectomy.git"
|
||||||
|
url {
|
||||||
|
src: "git+https://github.com/roburio/modulectomy.git"
|
||||||
|
}
|
Loading…
Reference in a new issue