this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25599 from dbuenzli/b0-publish-omod.0.0.4

Add: omod.0.0.4

authored by

Raphaël Proust and committed by
GitHub
67f6b05e ee88de27

+37
+37
packages/omod/omod.0.0.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Lookup and load installed OCaml modules" 3 + description: """\ 4 + Omod is a library and command line tool to lookup and load installed 5 + OCaml modules. It provides a mechanism to load modules and their 6 + dependencies in the OCaml toplevel system (REPL). 7 + 8 + omod is distributed under the ISC license. 9 + 10 + Homepage: http://erratique.ch/software/omod""" 11 + maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 12 + authors: "The omod programmers" 13 + license: "ISC" 14 + tags: ["dev" "toplevel" "repl" "org:erratique"] 15 + homepage: "https://erratique.ch/software/omod" 16 + doc: "https://erratique.ch/software/omod/doc/" 17 + bug-reports: "https://github.com/dbuenzli/omod/issues" 18 + depends: [ 19 + "ocaml" {>= "4.14.0"} 20 + "ocamlfind" {build} 21 + "ocamlbuild" {build} 22 + "topkg" {build & >= "1.0.3"} 23 + "cmdliner" {>= "1.1.0"} 24 + ] 25 + build: [ 26 + "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%" "--lib-dir" "%{lib}%" 27 + ] 28 + install: [ 29 + ["install" "-d" "%{lib}%/ocaml/"] 30 + ["install" "src/omod.top" "src/omod.nattop" "%{lib}%/ocaml/"] 31 + ] 32 + dev-repo: "git+https://erratique.ch/repos/omod.git" 33 + url { 34 + src: "https://erratique.ch/software/omod/releases/omod-0.0.4.tbz" 35 + checksum: 36 + "sha512=cab9e8ab6ca6e836fdaa3dcf9552d31e4de2bf069fcab096c1565d204ff91fc3516cd017a13702d749580bd3563c462db3277ab036cfc5d3cb9703a08ddbb927" 37 + }