dune/example/sample-projects/hello_world/hello_world.opam

12 lines
373 B
Plaintext

opam-version: "1.2"
version: "1.0"
maintainer: "bob@sponge.com"
authors: ["SpongeBob"]
homepage: "https://github.com/SpongeBob/hello_world"
bug-reports: "https://github.com/SpongeCob/hello_world/issues"
dev-repo: "https://github.com/SpongeBob/hello_world.git"
license: "Apache-2.0"
build: [
["jbuilder" "build" "--only" "hello_world" "--root" "." "-j" jobs "@install"]
]