this repo has no description
0
fork

Configure Feed

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

new file: packages/mmo/mmo.1.0.1/opam

+39
+39
packages/mmo/mmo.1.0.1/opam
··· 1 + opam-version: "2.0" 2 + authors: "Francois Berenger" 3 + maintainer: "unixjunkie@sdf.org" 4 + homepage: "https://github.com/UnixJunkie/MMO" 5 + bug-reports: "https://github.com/UnixJunkie/MMO/issues" 6 + dev-repo: "git+https://github.com/UnixJunkie/MMO.git" 7 + license: "BSD-3-Clause" 8 + build: ["dune" "build" "-p" name "-j" jobs] 9 + depends: [ 10 + "batteries" {>= "3.5.0"} 11 + "bst" {>= "2.0.0"} 12 + "dolog" {>= "5.0.0"} 13 + "dune" {>= "1.11"} 14 + "line_oriented" 15 + "minicli" {>= "5.0.0"} 16 + "ocaml" {>= "4.14.1"} 17 + "parany" {>= "14.0.0"} 18 + "vector3" 19 + "base-bigarray" 20 + "genspir" 21 + "bitv" 22 + "pyml" 23 + "ocamlgraph" 24 + "cppo" 25 + "nlopt" 26 + "cpm" 27 + # only if rebuilding the python bindings 28 + # "pyml_bindgen" 29 + # "ocamlformat" 30 + ] 31 + synopsis: "Small Library for Molecular Mechanics in OCaml" 32 + url { 33 + # only the library is released: git branch released_library 34 + src: "https://github.com/UnixJunkie/MMO/archive/refs/tags/v1.0.1.tar.gz" 35 + checksum: [ 36 + "sha256=c6a2afde56c47c0c7f9e1f5217b242f4f53c02e8ae6ccba37ac5ff19070e52cd" 37 + "md5=49ccb802ade0ea99e0b934e292db343a" 38 + ] 39 + }