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 Rojavski authored and Eugene Rojavski committed Nov 24, 2024
1 parent 727427c commit fcd5d98
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 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,27 @@
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: "your-email@example.com"
authors: "Your 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"

url {
src: "https://github.com/eugenebmx/eugener-test-ocaml"
checksum: "md5=d8b1d041a5278d65ca0e9c98327cea92"
}


depends: [
"dune" {>= "2.0"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
]
install: [
["dune" "install" "-p" name "--prefix=%{prefix}%"]
]

0 comments on commit fcd5d98

Please sign in to comment.