-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}%"] | ||
] |