this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3authors: ["Jérémie Dimino"]
4license: "BSD-3-Clause"
5homepage: "https://github.com/samoht/topkg-jbuilder"
6bug-reports: "https://github.com/samoht/utop/topkg-jbuilder"
7dev-repo: "git+https://github.com/samoht/topkg-jbuilder.git"
8doc: "https://samoht.github.io/topkg-jbuilder/"
9
10build: [
11 ["jbuilder" "subst" "-p" name] {dev}
12 ["jbuilder" "build" "-p" name "-j" jobs]
13]
14depends: [
15 "ocaml"
16 "jbuilder" {>= "1.0+beta7"}
17 "topkg"
18]
19synopsis: "Helpers for using topkg with jbuilder"
20description: """
21Topkg-jbuilder exposes helpers for using topkg-care in projects using
22Jbuilder."""
23url {
24 src:
25 "https://github.com/samoht/topkg-jbuilder/releases/download/0.2.0/topkg-jbuilder-0.2.0.tbz"
26 checksum: [
27 "sha256=a4fad2cd5711e4031f8858fe7cf61b92ee19b6542e8cc52954fcfa878f43ba56"
28 "md5=83bbcbb0b52da0fba935f449dfd9d3e4"
29 ]
30}