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 727427c commit a7e4861
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 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,31 @@
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: "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/archive/refs/tags/v0.1.0.tar.gz"
checksum: [
"md5=56c106fa3fab9a13827022192acbc7c6"
"sha512=3418f987db1d0cac46936a42b06386221c566e41da695d6a2166875cf9560ac6ce3d977a9001dbf805a6e50803e4d17aa5af6d289b875a60fdfa0e10061cfdc8"
]
}


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

0 comments on commit a7e4861

Please sign in to comment.