Skip to content
main
Switch branches/tags
Code

Latest commit

Summary:
The opam lock files, `opam/infer.opam.locked` and `opam/infer-tests.opam.locked`, should be generated by `opam/Makefile`. However, some recent diffs directly udpated the lock files, so some inconsistencies were introduced between the source file `opam/infer.opam` and the lock files, which resulted in build failures in Github action. https://github.com/facebook/infer/actions/runs/1968499653

* This diff updated `opam/infer.opam`
* and ran `opam$ make`

Reviewed By: ngorogiannis

Differential Revision: D34820106

fbshipit-source-id: 18a0f5982b73e73b9f3e7348ba5c18b684e7892e
0a31a2e

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Oct 28, 2021
Jan 31, 2017

logo

Infer build website

Infer is a static analysis tool for Java, C++, Objective-C, and C. Infer is written in OCaml.

Installation

Read our Getting Started page for details on how to install packaged versions of Infer. To build Infer from source, see INSTALL.md.

Contributing

See CONTRIBUTING.md.

License

Infer is MIT-licensed.

Note: Enabling Java support may require you to download and install components licensed under the GPL.