this repo has no description
0
fork

Configure Feed

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

Merge pull request #23028 from sim642/release-odep-0.1.0

[new release] odep (0.1.0)

authored by

Kate and committed by
GitHub
c2558903 6d7907bd

+48
+48
packages/odep/odep.0.1.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Dependency graphs for OCaml modules, libraries and packages" 3 + maintainer: ["Simmo Saan <simmo.saan@gmail.com>"] 4 + authors: ["Simmo Saan"] 5 + license: "MIT" 6 + homepage: "https://github.com/sim642/odep" 7 + bug-reports: "https://github.com/sim642/odep/issues" 8 + depends: [ 9 + "dune" {>= "2.5"} 10 + "ocaml" {>= "4.08"} 11 + "sexplib" 12 + "ppx_sexp_conv" {>= "v0.13"} 13 + "parsexp" 14 + "opam-core" {>= "2.1.0"} 15 + "opam-state" {>= "2.1.0"} 16 + "opam-format" 17 + "ocamlfind" {>= "1.8.1"} 18 + "cmdliner" {>= "1.1.0"} 19 + "bos" 20 + "ppx_deriving" 21 + ] 22 + conflicts: [ 23 + "result" {< "1.5"} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + dev-repo: "git+https://github.com/sim642/odep.git" 40 + url { 41 + src: 42 + "https://github.com/sim642/odep/releases/download/0.1.0/odep-0.1.0.tbz" 43 + checksum: [ 44 + "sha256=5309c0be0281db227da2964b09dc9eebac655addb9ae72c7570ef1b82342880f" 45 + "sha512=ce284baf5d37e5db628afa7f586380973486f389ba047b6e9231e0294b187c0d66f5e10197aac32870caae35ba48eba5f3bd51933e5e51e959c7da7f7fe6d91d" 46 + ] 47 + } 48 + x-commit-hash: "6775a103325c5acc8ad3c0f4d6d8abd3544196c3"