this repo has no description
1opam-version: "2.0" 2maintainer: "David Kaloper Meršinjak <david@numm.org>" 3authors: ["David Kaloper Meršinjak <david@numm.org>"] 4homepage: "https://github.com/pqwy/ocb-stubblr" 5doc: "https://pqwy.github.io/ocb-stubblr/doc" 6license: "ISC" 7dev-repo: "git+https://github.com/pqwy/ocb-stubblr.git" 8bug-reports: "https://github.com/pqwy/ocb-stubblr/issues" 9depends: [ 10 "ocaml" {>= "4.02.0"} 11 "ocamlfind" {build} 12 "ocamlbuild" 13 "topkg" {>= "0.7.8" & < "0.8.0"} 14 "astring" 15] 16build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ] 17synopsis: "OCamlbuild plugin for C stubs" 18description: """ 19Do you get excited by C stubs? Do they sometimes make you swoon, and even faint, 20and in the end no `cmxa`s get properly linked -- not to mention correct 21multi-lib support? 22 23Do you wish that the things that excite you the most, would excite you just a 24little less? Then ocb-stubblr is just the library for you. 25 26ocb-stubblr is about ten lines of code that you need to repeat over, over, over 27and over again if you are using `ocamlbuild` to build OCaml projects that 28contain C stubs -- now with 100% more lib! 29 30It does what everyone wants to do with `.clib` files in their project 31directories. It can also clone the `.clib` and arrange for multiple compilations 32with different sets of discovered `cflags`. 33 34ocb-stubblr is distributed under the ISC license.""" 35url { 36 src: 37 "https://github.com/pqwy/ocb-stubblr/releases/download/v0.0.2/ocb-stubblr-0.0.2.tbz" 38 checksum: [ 39 "sha256=1d678402e9f3780dbf93d30c51f33f439495c2153296b4d63d8dc5217e724cbf" 40 "md5=57b37a1ff318d0baa08259e5505590f3" 41 ] 42}