Skip to content

Commit

Permalink
Package dust.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bricct committed Dec 21, 2024
1 parent 1db3104 commit ff23b78
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/dust/dust.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A short synopsis"
description: "A longer description"
maintainer: ["Trey Briccetti"]
authors: ["Trey Briccetti"]
license: "LICENSE"
tags: ["topics" "to describe" "your" "project"]
homepage: "https://github.com/bricct/dust"
doc: "https://url/to/documentation"
bug-reports: "https://github.com/bricct/dust/issues"
depends: [
"ocaml"
"dune" {>= "3.15"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/bricct/dust.git"
url {
src: "https://github.com/bricct/dust/archive/refs/tags/0.1.tar.gz"
checksum: [
"md5=82622b22bea3ff50705fca463a09327a"
"sha512=054af2ef16d729bd2778fdb3ea79886c4344a9fd5da5e69e7e00db141fe5dafea3025ad15b7295fe8c5764ae138a816fb2fd9076cbe8115e52f7c45c988f1100"
]
}

0 comments on commit ff23b78

Please sign in to comment.