this repo has no description
1opam-version: "2.0" 2maintainer: "michipili@gmail.com" 3authors: "Michael Grünewald" 4license: "CeCILL-B" 5homepage: "https://github.com/michipili/bsdowl" 6bug-reports: "https://github.com/michipili/bsdowl/issues" 7dev-repo: "git+https://github.com/michipili/bsdowl.git" 8tags: [ 9 "bsd" 10 "bmake" 11 "build" 12] 13build: [ 14 ["./configure" "--prefix" prefix] 15 [conf-bmake:path "-r" "build"] 16] 17install: [ 18 [conf-bmake:path "install"] 19] 20remove: [ 21 ["sh" "%{build}%/opam/files/remove.sh" prefix] 22] 23depends: ["ocaml" "conf-bmake" "ocamlfind"] 24synopsis: "Highly portable build system targetting modern UNIX systems" 25description: """ 26This collection of BSD Make directives aims at providing a highly 27portable build system targetting modern UNIX systems and supporting 28common or less common languages. 29 30It can already be used for: 31 32- Preparation and publication of TeX documents; 33- Development of TeX macros with NOWEB; 34- Development of OCaml software; 35- Maintainance of a FreeBSD workstation configuration files; 36- Preparation of a static website with ONSGMLS. 37 38It is well tested under: 39 40- Mac OS X, version 10.6.8 and above 41- FreeBSD, version 9.0 and above 42- Debian Jessie and newer 43 44WWW: https://github.com/michipili/bsdowl""" 45url { 46 src: 47 "https://github.com/michipili/bsdowl/releases/download/v2.2/bsdowl-2.2.tar.gz" 48 checksum: [ 49 "sha256=0ea2ddeaf7678ca7dea379c5150acdca7ff6eab4129c4a44bd89d4504ebaa9a6" 50 "md5=fe10948b14127bb8dd73ceb55da185a7" 51 ] 52} 53extra-source "remove.sh" { 54 src: 55 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/bsdowl/remove.sh.2.2" 56 checksum: [ 57 "sha256=b696d697c3fe3124ec7d136db37b783c151a2e83bbef71686f355fa3efaa85e9" 58 "md5=5dc99b6273ae1b092a46eec241439407" 59 ] 60} 61extra-source "bsdowl.install" { 62 src: 63 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/bsdowl/bsdowl.install" 64 checksum: [ 65 "sha256=7654fbedb200c0ae994246efa4a86395adab4a906e638e97fe31b043b453309d" 66 "md5=4cffd975d1c0ca14b2a94cf614c2d4ad" 67 ] 68}