this repo has no description

Merge pull request #23028 from sim642/release-odep-0.1.0

[new release] odep (0.1.0)

Kate c2558903 6d7907bd

Changed files
+48
packages
odep
odep.0.1.0
+48
packages/odep/odep.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Dependency graphs for OCaml modules, libraries and packages"
+
maintainer: ["Simmo Saan <simmo.saan@gmail.com>"]
+
authors: ["Simmo Saan"]
+
license: "MIT"
+
homepage: "https://github.com/sim642/odep"
+
bug-reports: "https://github.com/sim642/odep/issues"
+
depends: [
+
"dune" {>= "2.5"}
+
"ocaml" {>= "4.08"}
+
"sexplib"
+
"ppx_sexp_conv" {>= "v0.13"}
+
"parsexp"
+
"opam-core" {>= "2.1.0"}
+
"opam-state" {>= "2.1.0"}
+
"opam-format"
+
"ocamlfind" {>= "1.8.1"}
+
"cmdliner" {>= "1.1.0"}
+
"bos"
+
"ppx_deriving"
+
]
+
conflicts: [
+
"result" {< "1.5"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/sim642/odep.git"
+
url {
+
src:
+
"https://github.com/sim642/odep/releases/download/0.1.0/odep-0.1.0.tbz"
+
checksum: [
+
"sha256=5309c0be0281db227da2964b09dc9eebac655addb9ae72c7570ef1b82342880f"
+
"sha512=ce284baf5d37e5db628afa7f586380973486f389ba047b6e9231e0294b187c0d66f5e10197aac32870caae35ba48eba5f3bd51933e5e51e959c7da7f7fe6d91d"
+
]
+
}
+
x-commit-hash: "6775a103325c5acc8ad3c0f4d6d8abd3544196c3"