this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Small Math Ocaml Library"
4description: "A partial high-level implementation of math and algebra"
5maintainer: ["lucas.randazzo@nomadic-labs.com"]
6authors: ["Lucas Randazzo"]
7license: "MIT"
8homepage: "http://github.com/lrand-nl/smol"
9bug-reports: "http://github.com/lrand-nl/smol"
10depends: [
11 "dune" {>= "2.8" & >= "2.8"}
12 "ocaml" {>= "4.12.0"}
13 "alcotest" {with-test & >= "1.4.0"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/lrand-nl/smol"
31url {
32 src: "https://github.com/lrand-nl/smol/archive/0.0.1.tar.gz"
33 checksum: [
34 "md5=ad39f092443cec4dc693b1a5fda57eb1"
35 "sha512=6a6ccd6cb612738dbdbe5c78d3d007afd7a005dac71dca0276928b0d378e9d8a8be4e825dc2d261de90397963ead28f1cad09951bf97db655f0856cd5573d208"
36 ]
37}