this repo has no description
1opam-version: "2.0"
2authors: "Mia Kathage"
3maintainer: "Mia Kathage <siboru@googlemail.com>"
4homepage: "https://github.com/spreadLink/opaca"
5bug-reports: "https://github.com/spreadLink/opaca/issues"
6dev-repo: "git+https://github.com/spreadLink/opaca.git"
7doc: "https://spreadlink.github.io/opaca/"
8license: "MIT"
9build: ["jbuilder" "build" "-p" name]
10depends: [
11 "ocaml" {>= "4.03.0"}
12 "jbuilder" {>= "1.0+beta7"}
13 "topkg" {build}
14]
15synopsis: "A friendly OCaml project scaffolding tool"
16description: """
17Opaca quickly sets up a basic project to be used with jbuilder[link?] and topkg[link?]
18
19simply run `opaca new 'name'` to scaffold a library project,
20or `opaca new 'name' --bin` to scaffold an executable project.
21
22It doesn't do much beyond that"""
23url {
24 src:
25 "https://github.com/spreadLink/opaca/releases/download/0.1.5/opaca-0.1.5.tbz"
26 checksum: [
27 "sha256=2d3493e5c26910e0626aa497b1499fbd3ae7f86778375a3964aecf3a22a25c26"
28 "md5=36f70ae37a6fb0a61514e28f94223a2d"
29 ]
30}