2021-12-06 11:28:02 +00:00
|
|
|
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: [
|
2024-06-02 20:40:01 +00:00
|
|
|
"ocaml" {>= "4.08.0" & < "5.0.0"}
|
2021-12-06 11:54:17 +00:00
|
|
|
"dune"
|
2022-04-04 11:19:31 +00:00
|
|
|
"owee" {>= "0.5"}
|
2022-08-24 07:57:16 +00:00
|
|
|
"tree_layout" {= "0.3.0~dev"}
|
2021-12-06 11:28:02 +00:00
|
|
|
"iter"
|
|
|
|
"containers"
|
2021-12-06 12:47:50 +00:00
|
|
|
"containers-data"
|
2021-12-06 11:28:02 +00:00
|
|
|
"fpath"
|
|
|
|
"tyxml"
|
2021-12-06 11:54:17 +00:00
|
|
|
"tyre"
|
2022-03-16 12:25:18 +00:00
|
|
|
"cmdliner" {>= "1.1.0"}
|
2022-08-23 08:29:57 +00:00
|
|
|
"fmt"
|
2021-12-06 11:28:02 +00:00
|
|
|
]
|
|
|
|
build: [
|
|
|
|
["dune" "subst"] {dev}
|
|
|
|
["dune" "build" "-p" name "-j" jobs]
|
|
|
|
["dune" "runtest" "-p" name] {with-test}
|
2022-08-23 08:29:57 +00:00
|
|
|
["sh" "-ex" "packaging/FreeBSD/create_package.sh"] {os = "freebsd"}
|
|
|
|
["sh" "-ex" "packaging/debian/create_package.sh"] {os-family = "debian"}
|
2021-12-06 11:28:02 +00:00
|
|
|
]
|
|
|
|
dev-repo: "git+https://github.com/Drup/modulectomy.git"
|
|
|
|
url {
|
2023-09-09 12:19:41 +00:00
|
|
|
src: "git+https://github.com/robur-coop/modulectomy.git"
|
2021-12-06 11:28:02 +00:00
|
|
|
}
|