Skip to content

Commit

Permalink
Package eugener_test_ocaml.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene R committed Nov 25, 2024
1 parent dd68f43 commit 05d6449
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/eugener_test_ocaml/eugener_test_ocaml.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "Test project. don't download"
description: """
test project. don't downloadtest project. don't downloadtest project. don't downloadtest project. don't download
"""
maintainer: "[email protected]"
authors: "Some name"
license: "MIT"
homepage: "hhttps://github.com/pypi/warehouse"
dev-repo: "git+https://github.com/pypi/warehouse.git"
bug-reports: "https://github.com/pypi/warehouse/issues"
depends: [
"ocaml"
"dune" {>= "3.16"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
url {
src:
"https://github.com/eugenebmx/eugener-test-ocaml/archive/refs/tags/v0.1.0.tar.gz"
checksum: [
"md5=c21dd066d35294155b8b57687089a026"
"sha512=70a9d2e469a01ef12e921394f04224fd1c04706d7e137fe552dbba8132a43d4a757fb6edf5f7926b05d022499958a674ff3e8281f5c081edb1b1dbf395265f04"
]
}

0 comments on commit 05d6449

Please sign in to comment.