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" {>= "0.9.3"} 13 "topkg" {>= "0.7.8" & < "0.8.0"} 14 "astring" 15 "bos" 16] 17build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" pinned ] 18synopsis: "OCamlbuild plugin for C stubs" 19description: """ 20Do you get excited by C stubs? Do they sometimes make you swoon, and even faint, 21and in the end no `cmxa`s get properly linked -- not to mention correct 22multi-lib support? 23 24Do you wish that the things that excite you the most, would excite you just a 25little less? Then ocb-stubblr is just the library for you. 26 27ocb-stubblr is about ten lines of code that you need to repeat over, over, over 28and over again if you are using `ocamlbuild` to build OCaml projects that 29contain C stubs -- now with 100% more lib! 30 31It does what everyone wants to do with `.clib` files in their project 32directories. It can also clone the `.clib` and arrange for multiple compilations 33with different sets of discovered `cflags`. 34 35ocb-stubblr is distributed under the ISC license.""" 36url { 37 src: 38 "https://github.com/pqwy/ocb-stubblr/releases/download/v0.0.1/ocb-stubblr-0.0.1.tbz" 39 checksum: [ 40 "sha256=e0a745e74cc5d78f58b0ea8d10a1cb1b12d1240bba8173b2318c9c70ba30e509" 41 "md5=0a7c257f618775fa3215ecd0c900f164" 42 ] 43}