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" 9tags: ["ocamlbuild"] 10depends: [ 11 "ocaml" {>= "4.01.0"} 12 "ocamlfind" {build} 13 "ocamlbuild" {>= "0.9.3" | < "0.9.0"} 14 "topkg" {>= "0.8.1"} 15 "astring" 16] 17build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ] 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.1.0/ocb-stubblr-0.1.0.tbz" 39 checksum: [ 40 "sha256=d5d6d57dc361a25e4b1ccad900ff3dc4674c8876c2a32886584b2f0496e1cc87" 41 "md5=5a7909b50d8d68f981f4be798a3b8112" 42 ] 43}