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 f80ea22
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 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,39 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A short synopsis"
description: "A longer description"
maintainer: ["Maintainer Name"]
authors: ["Author Name"]
license: "LICENSE"
tags: ["topics" "to describe" "your" "project"]
homepage: "https://github.com/username/reponame"
doc: "https://url/to/documentation"
bug-reports: "https://github.com/username/reponame/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}
]
]
dev-repo: "git+https://github.com/username/reponame.git"
url {
src:
"https://github.com/eugenebmx/eugener-test-ocaml/archive/refs/tags/v0.1.0.tar.gz"
checksum: [
"md5=efcc65127059e8cba029511fb6df3885"
"sha512=9c776eb4a1bfed7430be2c951bb4d33c39855c6bf61b5848f42127ef09030e55282487408d94f4c627bfd2ad0db25bcadfbcaf4e6cd22cffb99c47e2ccac5c3f"
]
}

0 comments on commit f80ea22

Please sign in to comment.