dune/example/sample-projects/with-configure-step/myproject.opam

12 lines
365 B
Plaintext

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