package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.7.0.tbz
sha256=b417ca85bdce4171e71255be4a9c5a7572646cb1dcb221bba3757dc6ac8f1c15
sha512=5e5b649b1a16747bf2a0bf093ecf2dc701b2713c166e3d25731422bba2b94e807ded2242ee0e750e2264d21a03c966c24f4812c6d5ed690bba60543db7303f89

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 18 Aug 2020

README

Dune - A composable build system

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as merlin, handle installation, etc...

Dune itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build dune and packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build dune and packages using dune.

Strengths

Composable

Take n repositories that use dune, arrange them in any way on the file system and the result is still a single repository that dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building against several configurations at once

Dune is able to build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from jbuilder

Dune was formerly known as jbuilder. Migration from jbuilder to dune is described in the manual.

Status

Dune is now fairly stable and is used by the majority of packages on opam. Note that dune retains backward compatibility with Jbuilder, and in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "4.12"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. absolute
  6. abstract_algebra < "v0.17.0"
  7. accessor < "v0.17.0"
  8. accessor_async < "v0.17.0"
  9. accessor_base < "v0.17.0"
  10. accessor_core < "v0.17.0"
  11. acgtk >= "1.4.0" & < "2.0.0"
  12. aches
  13. aches-lwt
  14. acpc >= "2.0.0"
  15. advi
  16. agrid
  17. ahrocksdb
  18. aifad >= "2.2.1"
  19. alba >= "0.4.1"
  20. albatross
  21. alcotest >= "0.8.5" & < "1.5.0"
  22. alcotest-async >= "0.8.5" & < "1.5.0"
  23. alcotest-lwt >= "0.8.5" & < "1.5.0"
  24. alcotest-mirage < "1.5.0"
  25. alg_structs
  26. alg_structs_qcheck
  27. algaeff
  28. alsa >= "0.3.0"
  29. alt-ergo >= "2.3.0" & < "2.4.3"
  30. alt-ergo-free >= "2.3.3"
  31. alt-ergo-lib < "2.4.3"
  32. alt-ergo-lib-free
  33. alt-ergo-parsers < "2.4.3"
  34. alt-ergo-parsers-free
  35. altgr-ergo >= "2.3.0" & < "2.4.3"
  36. amf >= "0.1.2"
  37. amqp-client >= "2.0.3"
  38. amqp-client-async >= "2.0.3"
  39. amqp-client-lwt >= "2.0.3"
  40. anders
  41. angstrom >= "0.11.1"
  42. angstrom-async >= "0.11.1"
  43. angstrom-lwt-unix >= "0.11.1"
  44. angstrom-unix >= "0.11.1"
  45. ansi < "0.6.0"
  46. anthill
  47. ao >= "0.2.2" & < "0.2.4"
  48. apronext
  49. archetype
  50. archi
  51. archi-async
  52. archi-lwt
  53. argon2 >= "1.0.0"
  54. arp >= "1.0.0"
  55. arp-mirage
  56. art < "0.2.0"
  57. asak
  58. ask
  59. ask-integrator
  60. asli >= "0.2.0"
  61. asn1-combinators >= "0.2.2"
  62. async >= "v0.12.0" & < "v0.17.0"
  63. async-uri < "0.4.0"
  64. async_durable >= "v0.12.0" & < "v0.17.0"
  65. async_extra >= "v0.12.0" & < "v0.17.0"
  66. async_find >= "v0.12.0" & < "v0.17.0"
  67. async_graphics >= "0.7.0"
  68. async_inotify >= "v0.12.0" & < "v0.17.0"
  69. async_interactive >= "v0.12.0" & < "v0.17.0"
  70. async_js >= "v0.12.0" & < "v0.17.0"
  71. async_kernel >= "v0.12.0" & < "v0.17.0"
  72. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  73. async_rpc_websocket < "v0.17.0"
  74. async_sendfile >= "v0.12.0" & < "v0.17.0"
  75. async_shell >= "v0.12.0" & < "v0.17.0"
  76. async_smtp >= "v0.12.0" & < "v0.17.0"
  77. async_ssl >= "v0.12.0" & < "v0.17.0"
  78. async_udp < "v0.17.0"
  79. async_unix >= "v0.12.0" & < "v0.17.0"
  80. async_websocket < "v0.17.0"
  81. atable
  82. atd = "2.2.1"
  83. atdgen = "2.2.1"
  84. atdgen-codec-runtime < "2.3.3"
  85. atdgen-runtime = "2.2.1"
  86. atdj = "2.2.1"
  87. atds < "2.3.3"
  88. atomic < "base"
  89. autofonce
  90. autofonce_config
  91. autofonce_core
  92. autofonce_lib
  93. autofonce_m4
  94. autofonce_misc
  95. autofonce_patch
  96. autofonce_share
  97. avro
  98. avro-compiler
  99. awa
  100. awa-lwt
  101. awa-mirage
  102. aws >= "1.2"
  103. aws-async
  104. aws-autoscaling >= "1.2"
  105. aws-cloudformation >= "1.2"
  106. aws-cloudtrail >= "1.2"
  107. aws-cloudwatch
  108. aws-ec2 >= "1.2"
  109. aws-elasticache
  110. aws-elasticloadbalancing >= "1.2"
  111. aws-lwt
  112. aws-rds
  113. aws-route53
  114. aws-s3 >= "4.0.0"
  115. aws-s3-async >= "4.0.0"
  116. aws-s3-lwt >= "4.0.0"
  117. aws-sdb >= "1.2"
  118. aws-sqs
  119. aws-ssm >= "1.2"
  120. aws-sts >= "1.2"
  121. azblob
  122. azblob-async
  123. azure-cosmos-db
  124. babel < "v0.17.0"
  125. bag
  126. bark
  127. base >= "v0.12.0" & < "v0.17.0"
  128. base32
  129. base64 >= "2.3.0"
  130. base_bigstring < "v0.17.0"
  131. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  132. base_trie < "v0.17.0"
  133. bastet
  134. bastet_async
  135. bastet_lwt
  136. batch_jaro_winkler
  137. batsat
  138. batteries >= "3.7.1"
  139. bddrand
  140. bech32
  141. bechamel
  142. bechamel-js
  143. bechamel-notty
  144. bechamel-perf
  145. beluga = "1.0"
  146. benchmark >= "1.6"
  147. benchpress
  148. benchpress-server
  149. bencode >= "2.0"
  150. bentov
  151. bheap >= "2.0.0"
  152. bidirectional_map < "v0.17.0"
  153. bigarray-compat
  154. bigarray-overlap
  155. bigdecimal < "v0.17.0"
  156. bignum >= "v0.12.0" & < "v0.17.0"
  157. bigstring >= "0.3"
  158. bigstring-unix >= "0.3"
  159. bigstringaf >= "0.5.0" & < "0.9.1"
  160. bimage
  161. bimage-display
  162. bimage-gtk
  163. bimage-io
  164. bimage-lwt
  165. bimage-sdl
  166. bimage-unix
  167. bimap
  168. bin_prot >= "v0.12.0" & < "v0.17.0"
  169. binaryen < "0.3.0"
  170. bindlib >= "6.0.0"
  171. biniou >= "1.2.1"
  172. binning
  173. biocaml >= "0.9.0"
  174. biotk
  175. bisect_ppx >= "1.4.0" & < "2.8.3"
  176. bistro >= "0.5.0"
  177. bistro-bio
  178. bitcoinml >= "0.4.1"
  179. bitlib
  180. bitmasks >= "1.2.0"
  181. bitpack_serializer
  182. bitstring >= "3.1.1"
  183. bitv >= "1.4"
  184. bitwuzla
  185. bitwuzla-bin < "1.0.0"
  186. bitwuzla-c
  187. bjack >= "0.1.6"
  188. blake2 >= "0.3"
  189. blake3
  190. bloomf
  191. bls12-381 < "0.4.1"
  192. bnfgen
  193. bogue
  194. boltzgen
  195. bonsai < "v0.17.0"
  196. box
  197. brr-lwd
  198. bson2
  199. bst >= "6.0.0"
  200. buffer-pool
  201. build_path_prefix_map >= "0.3"
  202. builder
  203. builder-web
  204. bun >= "0.3.4"
  205. bwd
  206. bwrap
  207. bytearray >= "1.0.1"
  208. bytepdf
  209. ca-certs
  210. ca-certs-nss
  211. cairo2 >= "0.6"
  212. cairo2-gtk
  213. cairo2-pango
  214. calculon >= "0.4"
  215. calculon-redis
  216. calculon-redis-lib
  217. calculon-web >= "0.4"
  218. caldav < "0.2.2"
  219. calendar >= "3.0.0"
  220. calendars
  221. calipso
  222. callipyge >= "0.2"
  223. camelot
  224. camels
  225. camelsnakekebab
  226. camlimages >= "5.0.2" & < "5.0.5"
  227. camlon >= "3.0.0"
  228. camlp-streams
  229. camltc >= "0.9.8"
  230. camomile = "1.0.2"
  231. camyll
  232. capnp >= "3.3.0"
  233. capnp-rpc >= "0.3.2" & < "1.2.3"
  234. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  235. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  236. capnp-rpc-net < "1.2.3"
  237. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  238. caqti >= "1.0.0" & < "2.1.1"
  239. caqti-async >= "1.0.0" & < "2.1.1"
  240. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  241. caqti-driver-pgx < "2.1.1"
  242. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  243. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  244. caqti-dynload >= "1.0.0"
  245. caqti-eio < "2.1.1"
  246. caqti-lwt >= "1.0.0" & < "2.1.1"
  247. caqti-mirage < "2.1.1"
  248. caqti-type-calendar >= "1.0.0"
  249. carton < "0.3.0"
  250. carton-git < "0.3.0"
  251. carton-lwt < "0.3.0"
  252. catala < "0.5.0"
  253. catapult
  254. catapult-client
  255. catapult-daemon
  256. catapult-file
  257. catapult-sqlite
  258. cbor >= "0.3"
  259. cconv >= "0.5"
  260. cconv-ppx
  261. cdrom >= "0.9.4"
  262. certify >= "0.3.0"
  263. cfg >= "2.2.0"
  264. cfml
  265. cfstream >= "1.3.1"
  266. chacha
  267. charInfo_width
  268. charrua
  269. charrua-client >= "0.11.2"
  270. charrua-client-lwt >= "0.11.2"
  271. charrua-client-mirage >= "0.11.2"
  272. charrua-core >= "0.11.2"
  273. charrua-server
  274. charrua-unix >= "0.11.2"
  275. charset
  276. chartjs
  277. chartjs-annotation
  278. chartjs-colorschemes
  279. chartjs-datalabels
  280. chartjs-streaming
  281. chase
  282. checkseum = "0.0.3" | >= "0.2.1"
  283. choice >= "0.4"
  284. cinaps >= "v0.12.0"
  285. clangml >= "4.0.0" & < "4.8.0"
  286. clangml-transforms >= "0.24"
  287. clap
  288. clarity >= "0.4.0"
  289. clarity-lang
  290. clim
  291. clim-ppx
  292. clz
  293. cmarker
  294. codept >= "0.10.3"
  295. cohttp >= "1.1.1" & < "6.0.0~alpha0"
  296. cohttp-async >= "1.1.1" & < "6.0.0~alpha0"
  297. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha0"
  298. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha0"
  299. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha0"
  300. cohttp-lwt-unix-nossl
  301. cohttp-lwt-unix-ssl
  302. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha0"
  303. cohttp-top >= "1.1.1" & < "6.0.0~alpha0"
  304. cohttp_async_websocket < "v0.17.0"
  305. cohttp_static_handler < "v0.17.0"
  306. coin >= "0.1.1"
  307. colombe
  308. color >= "0.2.0"
  309. color-brewery
  310. combinat
  311. comby < "1.4.1"
  312. command_rpc >= "v0.12.0" & < "v0.17.0"
  313. conduit >= "1.3.0"
  314. conduit-async >= "1.3.0"
  315. conduit-async-ssl
  316. conduit-async-tls
  317. conduit-lwt >= "1.3.0"
  318. conduit-lwt-ssl
  319. conduit-lwt-tls
  320. conduit-lwt-unix >= "1.3.0"
  321. conduit-mirage
  322. conduit-tls
  323. conex >= "0.10.0"
  324. conex-mirage-crypto
  325. conex-nocrypto
  326. conformist
  327. containers >= "2.4" & < "3.13"
  328. containers-data < "3.13"
  329. containers-thread
  330. content_security_policy < "v0.17.0"
  331. cookie
  332. cookies
  333. coq >= "8.14.0" & < "8.17.0"
  334. coq-of-ocaml < "2.4.1"
  335. coq-serapi >= "8.9.0+0.6.0"
  336. coqide >= "8.14.0" & < "8.17.0"
  337. core >= "v0.12.0" & < "v0.17.0"
  338. core_bench >= "v0.12.0" & < "v0.17.0"
  339. core_compat
  340. core_extended >= "v0.12.0" & < "v0.17.0"
  341. core_kernel >= "v0.12.3" & < "v0.17.0"
  342. core_profiler >= "v0.12.0" & < "v0.17.0"
  343. core_unix < "v0.17.0"
  344. cosovo
  345. cow = "2.4.0"
  346. cowabloga >= "0.5.0"
  347. cpm >= "5.0.0" & < "12.1.2"
  348. cppo >= "1.6.6"
  349. cppo_ocamlbuild >= "1.6.6"
  350. cpu
  351. cpuid >= "0.1.2"
  352. crc >= "2.1.0"
  353. crlibm >= "0.3"
  354. crontab
  355. crowbar = "0.2"
  356. crunch >= "2.2.0"
  357. cry = "0.6.5"
  358. cryptokit >= "1.16.1"
  359. csexp < "1.5.2"
  360. css-parser
  361. cstruct >= "3.3.0"
  362. cstruct-async >= "3.3.0"
  363. cstruct-lwt >= "3.3.0"
  364. cstruct-sexp
  365. cstruct-unix >= "3.3.0"
  366. csv >= "2.2"
  367. csv-lwt >= "2.1"
  368. csvfields >= "v0.12.0" & < "v0.17.0"
  369. csvtool
  370. ctoxml
  371. ctypes-zarith
  372. cudf >= "0.10"
  373. cuid >= "0.2"
  374. cumulus
  375. curly >= "0.2.0"
  376. current < "0.6"
  377. current_ansi
  378. current_docker < "0.6"
  379. current_examples < "0.6"
  380. current_git < "0.6"
  381. current_github < "0.6"
  382. current_incr < "0.6.0"
  383. current_ocluster < "0.2"
  384. current_rpc < "0.6"
  385. current_slack < "0.6"
  386. current_web < "0.6"
  387. curses >= "1.0.9"
  388. curve-sampling
  389. cviode
  390. cwe_checker
  391. DrawGrammar >= "0.2.2"
  392. daft >= "0.0.4"
  393. dap
  394. data-encoding < "1.0.0"
  395. dataframe
  396. datakit >= "0.12.2"
  397. datakit-bridge-github >= "0.12.2"
  398. datakit-bridge-local-git >= "0.12.2"
  399. datakit-ci >= "0.12.2"
  400. datakit-client >= "0.12.2"
  401. datakit-client-9p >= "0.12.2"
  402. datakit-client-git >= "0.12.2"
  403. datakit-github >= "0.12.2"
  404. datakit-server >= "0.12.2"
  405. datakit-server-9p >= "0.12.2"
  406. datalog >= "0.6"
  407. dates_calc
  408. daypack-lib
  409. dbf < "0.1.1"
  410. debian-formats >= "0.1.2"
  411. decimal
  412. decoders >= "0.1.2" & < "1.0.0"
  413. decoders-bencode < "1.0.0"
  414. decoders-cbor < "1.0.0"
  415. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  416. decoders-jsonm < "1.0.0"
  417. decoders-msgpck < "1.0.0"
  418. decoders-sexplib < "1.0.0"
  419. decoders-yojson >= "0.1.2" & < "1.0.0"
  420. decompress >= "0.8.1" & < "1.3.0"
  421. dedent < "v0.17.0"
  422. dedukti >= "2.7"
  423. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  424. depyt >= "0.3.0"
  425. devkit >= "1.0"
  426. diet >= "0.2"
  427. diffable
  428. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  429. directories
  430. dirsift
  431. dirsp-exchange
  432. dirsp-exchange-kbb2017
  433. dirsp-proscript
  434. dirsp-proscript-mirage
  435. dirsp-ps2ocaml
  436. disml
  437. dispatch >= "0.4.1"
  438. dispatch-js >= "0.4.1"
  439. distributed >= "0.6.0"
  440. distributed-lwt >= "0.2.0"
  441. distributed-uwt >= "0.2.0"
  442. dkim
  443. dkim-bin
  444. dkim-mirage
  445. dlm >= "0.3.1"
  446. dns >= "1.1.0"
  447. dns-async >= "1.1.0"
  448. dns-certify
  449. dns-cli
  450. dns-client
  451. dns-client-lwt
  452. dns-client-mirage
  453. dns-lwt >= "1.1.0"
  454. dns-lwt-unix >= "1.1.0"
  455. dns-mirage
  456. dns-resolver
  457. dns-server
  458. dns-stub
  459. dns-tsig
  460. dnssec
  461. docker-api >= "0.2" & < "0.2.2"
  462. docker_hub
  463. dockerfile >= "6.0.0" & < "8.1.0"
  464. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  465. dockerfile-opam >= "6.0.0" & < "8.1.0"
  466. doi2bib
  467. dokeysto >= "3.0.1"
  468. dokeysto_camltc >= "3.0.1"
  469. dokeysto_lz4 >= "3.0.2"
  470. dolmen >= "0.4.1" & < "0.8"
  471. dolmen_bin < "0.8"
  472. dolmen_loop < "0.8"
  473. dolmen_lsp < "0.8"
  474. dolmen_type < "0.8"
  475. dolog >= "4.0.0"
  476. domain-name >= "0.1.2"
  477. domainslib < "0.5.0"
  478. dose3 >= "6.1"
  479. dose3-extra
  480. dot-merlin-reader < "4.2"
  481. dotenv
  482. dream
  483. dream-cli
  484. dream-encoding
  485. dream-html
  486. dream-httpaf
  487. dream-livereload
  488. dream-pure
  489. dream-serve
  490. drom
  491. drom_lib
  492. drom_toml
  493. dropbox >= "0.2"
  494. dropbox_lwt_unix
  495. dssi = "0.1.3"
  496. dtoa >= "0.3.2"
  497. dtools = "0.4.2"
  498. dual
  499. duff >= "0.2"
  500. dum >= "1.0.2"
  501. dune-action-plugin < "2.8.0"
  502. dune-build-info < "2.8.0"
  503. dune-compiledb
  504. dune-configurator >= "1.11.4" & < "2.8.0"
  505. dune-deps
  506. dune-glob < "2.8.0"
  507. dune-private-libs < "2.8.0"
  508. dune-release >= "1.0.0" & < "2.0.0"
  509. duppy >= "0.9.0"
  510. duration >= "0.1.2"
  511. earley >= "2.0.0"
  512. earlybird < "1.0.0"
  513. easy-format = "1.3.2"
  514. easy_logging
  515. easy_logging_yojson
  516. ecaml >= "v0.12.0" & < "v0.17.0"
  517. edn >= "0.1.6-1-gff9db95"
  518. eigen >= "0.1.0"
  519. eio-ssl
  520. either
  521. elasticsearch-cli >= "0.5"
  522. electrod >= "0.2.1"
  523. elpi >= "1.3.1" & < "1.15.2"
  524. email_message >= "v0.12.0" & < "v0.17.0"
  525. embedded_ocaml_templates < "0.6"
  526. emile >= "0.4"
  527. encore >= "0.3"
  528. env_config < "v0.17.0"
  529. epictetus
  530. eqaf >= "0.2"
  531. erlang
  532. erssical >= "1.1.0"
  533. esgg
  534. esperanto-cosmopolitan >= "0.0.5"
  535. ethernet
  536. euler
  537. exenum >= "0.86"
  538. exit
  539. expect_test_helpers >= "v0.12.0"
  540. expect_test_helpers_async < "v0.17.0"
  541. expect_test_helpers_core < "v0.17.0"
  542. expect_test_helpers_kernel >= "v0.12.0"
  543. extlib >= "1.7.9"
  544. extunix >= "0.3.1" & < "0.4.0"
  545. ez_api < "1.0.0"
  546. ez_cmdliner
  547. ez_config
  548. ez_file
  549. ez_hash
  550. ez_opam_file
  551. ez_pgocaml
  552. ez_search
  553. ez_subst
  554. ezcurl
  555. ezcurl-lwt
  556. ezdl
  557. ezgzip >= "0.2.3"
  558. ezjs_ace
  559. ezjs_blockies
  560. ezjs_cleave
  561. ezjs_crypto
  562. ezjs_cytoscape
  563. ezjs_d3pie
  564. ezjs_extension
  565. ezjs_fetch < "0.3"
  566. ezjs_idb < "0.1.1"
  567. ezjs_jquery
  568. ezjs_min < "0.2.2"
  569. ezjs_odometer
  570. ezjs_push
  571. ezjs_qrcode
  572. ezjs_recaptcha
  573. ezjs_timeline
  574. ezjsonm >= "1.0.0"
  575. ezjsonm-lwt >= "1.0.0"
  576. ezresto
  577. ezresto-directory
  578. ezsqlite >= "0.4.2"
  579. ezxenstore >= "0.4.1"
  580. ezxmlm >= "1.1.0"
  581. FPauth
  582. FPauth-core
  583. FPauth-responses
  584. FPauth-strategies
  585. FrontC >= "4.0.0"
  586. faad = "0.5.0"
  587. facteur
  588. fadbadml >= "0.1.2"
  589. faraday >= "0.7.1"
  590. faraday-async >= "0.7.1"
  591. faraday-lwt >= "0.7.1"
  592. faraday-lwt-unix >= "0.7.1"
  593. farmhash >= "0.4"
  594. fasmifra
  595. fat-filesystem >= "0.13.0"
  596. fd-send-recv >= "2.0.1"
  597. fdkaac = "0.3.2"
  598. feat
  599. feat-core
  600. feat-num
  601. feather
  602. feather_async
  603. ff
  604. ff-bench
  605. ff-pbt
  606. ff-sig
  607. ffmpeg = "1.0.0~beta1"
  608. ffmpeg-av < "1.0.0~beta2"
  609. ffmpeg-avcodec < "1.0.0~beta2"
  610. ffmpeg-avdevice < "1.0.0~beta2"
  611. ffmpeg-avfilter < "1.0.0~beta2"
  612. ffmpeg-avutil < "1.0.0~beta2"
  613. ffmpeg-swresample < "1.0.0~beta2"
  614. ffmpeg-swscale < "1.0.0~beta2"
  615. fftw3 >= "0.8.2"
  616. fiat-p256
  617. fieldslib >= "v0.12.0" & < "v0.17.0"
  618. file_path < "v0.17.0"
  619. fileutils >= "0.6.1"
  620. finch
  621. fit
  622. fix >= "20181206"
  623. flac = "0.3.0"
  624. flex-array
  625. fmlib < "0.5.3"
  626. fmlib_js >= "0.3.0" & < "0.5.3"
  627. fmlib_parse < "0.5.3"
  628. fmlib_pretty < "0.5.3"
  629. fmlib_std < "0.5.3"
  630. fred
  631. freetds >= "0.7"
  632. frei0r >= "0.1.2"
  633. frenetic >= "5.0.5"
  634. fsml
  635. fswatch
  636. fswatch_async
  637. fswatch_lwt
  638. functoria >= "2.2.2" & < "4.0.0~beta1"
  639. functoria-runtime >= "2.2.2" & != "2.2.5" & < "4.0.0~beta1"
  640. fuzzy_compare
  641. fuzzy_match < "v0.17.0"
  642. fzf < "v0.17.0"
  643. General >= "0.6.0"
  644. GT < "0.4.0"
  645. gapi-ocaml >= "0.3.7"
  646. gbddml
  647. gdbprofiler >= "0.4"
  648. gemini >= "0.3.0"
  649. gen >= "0.5.2"
  650. gen_js_api >= "1.0.6"
  651. genprint
  652. genspir >= "1.0.0"
  653. geoml
  654. get_line >= "7.0.0"
  655. gettext >= "0.4.1"
  656. gettext-camomile
  657. gettext-stub
  658. git >= "2.0.0" & < "3.3.1"
  659. git-cohttp < "3.3.1"
  660. git-cohttp-mirage < "3.3.1"
  661. git-cohttp-unix < "3.3.1"
  662. git-http >= "2.0.0"
  663. git-mirage >= "2.0.0" & < "3.3.1"
  664. git-unix >= "2.0.0" & < "3.3.1"
  665. github >= "4.0.0"
  666. github-data
  667. github-hooks >= "0.4.0"
  668. github-hooks-unix >= "0.4.0"
  669. github-jsoo >= "4.0.0"
  670. github-unix >= "4.0.0"
  671. glfw-ocaml
  672. gluten
  673. gluten-async
  674. gluten-eio
  675. gluten-lwt
  676. gluten-lwt-unix
  677. gluten-mirage
  678. gmap >= "0.2.1"
  679. gmp
  680. gnuplot >= "0.6"
  681. gobba
  682. gobject-introspection
  683. goblint-cil >= "1.8.0"
  684. google-drive-ocamlfuse >= "0.6.26"
  685. gopcaml-mode >= "0.0.2" & < "0.0.6"
  686. gospel < "0.2.0"
  687. gperftools >= "0.4"
  688. gpr >= "1.4.0"
  689. gr
  690. graphics >= "5.0.0"
  691. graphql >= "0.8.0"
  692. graphql-async >= "0.8.0"
  693. graphql-cohttp >= "0.9.0"
  694. graphql-lwt >= "0.8.0"
  695. graphql_parser >= "0.9.0"
  696. graphql_ppx >= "0.7.1"
  697. gremlin
  698. grenier >= "0.8" & < "0.15"
  699. grid
  700. grpc < "0.2.0"
  701. grpc-async < "0.2.0"
  702. grpc-lwt < "0.2.0"
  703. gsl >= "1.24.0"
  704. gstreamer >= "0.3.1"
  705. h2
  706. h2-async
  707. h2-eio
  708. h2-lwt
  709. h2-lwt-unix
  710. h2-mirage
  711. hack_parallel >= "1.0.0"
  712. hacl >= "0.3"
  713. hacl-star
  714. hacl-star-raw >= "0.5.0"
  715. hacl_x25519
  716. happy-eyeballs
  717. happy-eyeballs-lwt
  718. happy-eyeballs-mirage
  719. hardcaml >= "v0.12.0" & < "v0.17.0"
  720. hardcaml_axi < "v0.17.0"
  721. hardcaml_c < "v0.17.0"
  722. hardcaml_circuits < "v0.17.0"
  723. hardcaml_fixed_point < "v0.17.0"
  724. hardcaml_handshake < "v0.17.0"
  725. hardcaml_of_verilog < "v0.17.0"
  726. hardcaml_step_testbench < "v0.17.0"
  727. hardcaml_verify < "v0.17.0"
  728. hardcaml_verilator < "v0.17.0"
  729. hardcaml_waveterm < "v0.17.0"
  730. hardcaml_xilinx < "v0.17.0"
  731. hardcaml_xilinx_components < "v0.17.0"
  732. hardcaml_xilinx_reports < "v0.17.0"
  733. hashcons >= "1.4.0"
  734. hashids >= "1.0.1"
  735. haxe >= "4.1.1"
  736. hc < "0.2"
  737. hdf5 >= "0.1.5"
  738. headache >= "1.04" & < "1.07"
  739. header-check
  740. herdtools7 >= "7.55"
  741. hex >= "1.3.0"
  742. hex_encode < "v0.17.0"
  743. hg_lib < "v0.17.0"
  744. hidapi >= "1.1"
  745. hidapi-lwt
  746. higher_kinded < "v0.17.0"
  747. hkdf >= "1.0.3"
  748. hl_yaml
  749. hockmd
  750. horned_worm >= "0.3.4"
  751. hpack
  752. hts_shrink >= "2.0.0"
  753. http-cookie < "4.0.0"
  754. http-lwt-client
  755. http-mirage-client
  756. http-multipart-formdata
  757. httpaf >= "0.6.0"
  758. httpaf-async >= "0.6.0"
  759. httpaf-lwt-unix
  760. httpaf_caged
  761. huffman
  762. hvsock >= "2.0.0"
  763. hxd
  764. hyper
  765. ISO8601 >= "0.2.6"
  766. i3ipc >= "0.1.4"
  767. icalendar
  768. idd
  769. idds
  770. imagelib >= "20200929"
  771. incr_dom >= "v0.12.0" & < "v0.17.0"
  772. incr_dom_interactive < "v0.17.0"
  773. incr_dom_keyboard
  774. incr_dom_partial_render < "v0.17.0"
  775. incr_dom_sexp_form < "v0.17.0"
  776. incr_dom_widgets >= "v0.12.0"
  777. incr_map >= "v0.12.0" & < "v0.17.0"
  778. incr_select >= "v0.12.0" & < "v0.17.0"
  779. incremental >= "v0.12.0" & < "v0.17.0"
  780. indentation_buffer < "v0.17.0"
  781. index
  782. index-bench
  783. inferno >= "20190924" & < "20211222"
  784. influxdb
  785. influxdb-async
  786. influxdb-lwt
  787. inquire
  788. int_repr < "v0.17.0"
  789. integers >= "0.3.0"
  790. integers_stubs_js
  791. integration1d >= "0.5.1"
  792. interface-prime
  793. interface-prime-lwt
  794. interval >= "1.5" & < "1.6"
  795. interval-map
  796. interval_base
  797. interval_crlibm
  798. interval_intel
  799. io-page >= "2.1.0"
  800. io-page-unix >= "2.1.0"
  801. io-page-xen >= "2.1.0"
  802. iostream
  803. iostream-camlzip
  804. ipaddr >= "2.9.0"
  805. ipaddr-cstruct
  806. ipaddr-sexp
  807. irc-client >= "0.6.2"
  808. irc-client-lwt >= "0.6.2"
  809. irc-client-lwt-ssl
  810. irc-client-tls >= "0.6.2"
  811. irc-client-unix >= "0.6.2"
  812. irmin >= "2.0.0" & < "3.0.0"
  813. irmin-bench < "3.0.0"
  814. irmin-chunk >= "2.0.0" & < "3.0.0"
  815. irmin-containers < "3.0.0"
  816. irmin-fs >= "2.0.0" & < "3.0.0"
  817. irmin-git >= "2.0.0" & < "3.0.0"
  818. irmin-graphql < "3.0.0"
  819. irmin-http >= "2.0.0" & < "3.0.0"
  820. irmin-indexeddb >= "2.0"
  821. irmin-layers
  822. irmin-mem >= "2.0.0"
  823. irmin-mirage >= "2.0.0" & < "3.0.0"
  824. irmin-mirage-git < "3.0.0"
  825. irmin-mirage-graphql < "3.0.0"
  826. irmin-pack < "3.0.0"
  827. irmin-test < "3.0.0"
  828. irmin-tezos < "3.0.0"
  829. irmin-unix >= "2.0.0" & < "3.0.0"
  830. iso639
  831. iter
  832. itv-tree >= "2.2"
  833. JsOfOCairo >= "2.0.0"
  834. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  835. jane_rope < "v0.17.0"
  836. janestreet_cpuid < "v0.17.0"
  837. janestreet_csv < "v0.17.0"
  838. janestreet_lru_cache < "v0.17.0"
  839. jemalloc >= "0.2"
  840. jerboa
  841. jhupllib >= "0.2.1"
  842. jingoo >= "1.3.0"
  843. jose < "0.6.0"
  844. js_of_ocaml >= "3.3.0" & < "3.10.0"
  845. js_of_ocaml-compiler >= "3.3.0" & < "3.10.0"
  846. js_of_ocaml-lwt >= "3.3.0" & < "3.10.0"
  847. js_of_ocaml-ocamlbuild >= "3.5.0" & < "3.10.0"
  848. js_of_ocaml-ppx >= "3.3.0" & < "3.10.0"
  849. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "3.10.0"
  850. js_of_ocaml-toplevel >= "3.3.0" & < "3.10.0"
  851. js_of_ocaml-tyxml >= "3.3.0" & < "3.10.0"
  852. js_of_ocaml-webgpu
  853. js_of_ocaml-webidl
  854. js_of_ocaml_patches < "v0.17.0"
  855. json-data-encoding < "1.0.0"
  856. json-data-encoding-browser < "1.0.0"
  857. json-data-encoding-bson < "1.0.0"
  858. json_decoder
  859. jsonaf < "v0.17.0"
  860. jsonoo
  861. jsonrpc < "1.8.2"
  862. jsonxt
  863. jsoo-react
  864. jsoo_broadcastchannel >= "2.0.0"
  865. jsoo_storage >= "1.0.1"
  866. jst-config < "v0.17.0"
  867. junit >= "2.0.1"
  868. junit_alcotest >= "2.0.1"
  869. junit_ounit >= "2.0.1"
  870. jupyter >= "2.3.2"
  871. jupyter-archimedes >= "2.3.2" & < "2.7.3"
  872. jupyter-kernel >= "0.4"
  873. jwto
  874. kafka >= "0.5"
  875. kafka_async
  876. kafka_lwt
  877. kappa-agents
  878. kappa-binaries
  879. kappa-library
  880. kappa-server
  881. kcas < "0.1.6"
  882. ke
  883. key-parsers >= "0.10.0"
  884. kicadsch >= "0.4.0"
  885. kind2
  886. kinetic-client >= "0.0.11"
  887. kittyimg
  888. kqueue < "0.2.0"
  889. krb
  890. lablgtk3 >= "3.0.beta4"
  891. lablgtk3-goocanvas2
  892. lablgtk3-gtkspell3
  893. lablgtk3-rsvg2
  894. lablgtk3-sourceview3
  895. lablqml >= "0.6"
  896. labrys
  897. lacaml >= "11.0.2"
  898. ladspa = "0.2.0"
  899. lambda
  900. lambda-runtime
  901. lambda-term >= "2.0" & < "3.3.0"
  902. lambda_streams
  903. lambda_streams_async
  904. lambda_streams_lwt
  905. lambdapi >= "2.0.0" & < "2.3.1"
  906. lambdasoup >= "0.6.4"
  907. lame >= "0.3.4" & < "0.3.6"
  908. landmarks >= "1.4"
  909. landmarks-ppx
  910. lascar >= "0.6-alpha"
  911. lastfm = "0.3.3"
  912. launchd >= "1.3"
  913. lazy-trie >= "1.2.0"
  914. lbfgs >= "0.9.1"
  915. lbvs_consent >= "2.1.0"
  916. ldap >= "2.4.1"
  917. learn-ocaml
  918. learn-ocaml-client
  919. ledgerwallet
  920. ledgerwallet-tezos
  921. lens >= "1.2.3"
  922. let-if >= "0.2.0"
  923. letsencrypt
  924. letsencrypt-app
  925. letsencrypt-dns
  926. letsencrypt-mirage
  927. letters
  928. leveldb >= "1.3.0"
  929. libabsolute
  930. libsvm >= "0.10.0"
  931. libzipperposition
  932. lilac
  933. line-up-words >= "v0.12.0" & < "v0.17.0"
  934. line_oriented
  935. linenoise >= "1.2.0"
  936. links >= "0.9"
  937. links-mysql
  938. links-postgresql >= "0.9"
  939. links-sqlite3
  940. linol
  941. linol-eio
  942. linol-lwt
  943. lintcstubs-arity < "0.2.0" | >= "0.4.1"
  944. linwrap
  945. liquid_interpreter
  946. liquid_ml
  947. liquid_parser
  948. liquid_std
  949. liquid_syntax
  950. llvm >= "15.0.7+nnp-2"
  951. lmdb >= "1.0"
  952. lo >= "0.2.0"
  953. loga >= "0.0.5"
  954. logical
  955. logs-async < "1.3"
  956. logs-async-reporter < "1.3"
  957. logs-ppx
  958. logs-syslog >= "0.2.0"
  959. logtk >= "1.5.1"
  960. lp
  961. lp-glpk
  962. lp-glpk-js
  963. lp-gurobi
  964. lpd >= "1.2.2"
  965. lru >= "0.3.0"
  966. lru_cache >= "v0.16.0"
  967. lsp < "1.8.2"
  968. lt-code
  969. lua_parser < "1.0.2"
  970. lun
  971. lustre-v6 >= "6.103.3"
  972. lutils >= "1.51.2"
  973. lutin >= "2.71.10"
  974. luv
  975. luv_unix
  976. lwd
  977. lwt >= "4.2.0"
  978. lwt-canceler
  979. lwt-dllist
  980. lwt-exit
  981. lwt-parallel >= "1.0.0"
  982. lwt-pipe
  983. lwt-pipeline >= "0.2"
  984. lwt-watcher
  985. lwt_domain
  986. lwt_glib >= "1.1.1"
  987. lwt_log >= "1.1.1"
  988. lwt_ppx >= "1.2.2"
  989. lwt_ppx_let
  990. lwt_react >= "1.1.2"
  991. lwt_ssl >= "1.1.3"
  992. lz4 >= "1.2.0"
  993. lz4_chans
  994. macaddr
  995. macaddr-cstruct
  996. macaddr-sexp
  997. mad = "0.5.0"
  998. magic-mime >= "1.1.2"
  999. magic-trace
  1000. malfunction >= "0.3" & < "0.5"
  1001. man_in_the_middle_debugger < "v0.17.0"
  1002. markdown
  1003. markup >= "0.8.0"
  1004. markup-lwt
  1005. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  1006. matplotlib
  1007. mc2
  1008. mccs >= "1.1+10"
  1009. md2mld < "0.7.0"
  1010. mdx < "2.2.0"
  1011. mec
  1012. mechaml >= "1.1.0"
  1013. memcad >= "1.1.0"
  1014. memgraph
  1015. memgraph_kitty
  1016. memo
  1017. memprof-limits
  1018. memtrace
  1019. memtrace-mirage
  1020. memtrace_viewer >= "v0.15.0"
  1021. menhir >= "20200123" & < "20211125"
  1022. menhirLib < "20211125"
  1023. menhirSdk < "20211125"
  1024. merge-fmt
  1025. merlin >= "3.2.1" & < "4.3.1-411"
  1026. merlin-extend >= "0.4"
  1027. mesh >= "0.9.5"
  1028. mesh-easymesh >= "0.9.5"
  1029. mesh-graphics >= "0.9.5"
  1030. mesh-triangle >= "0.9.5"
  1031. metapp
  1032. metaquot
  1033. metrics
  1034. metrics-influx
  1035. metrics-lwt
  1036. metrics-mirage
  1037. metrics-rusage
  1038. metrics-unix
  1039. mew
  1040. mew_vi
  1041. mimic < "0.0.2"
  1042. mindstorm >= "0.8"
  1043. mindstorm-lwt
  1044. minicaml
  1045. minicli >= "5.0.2"
  1046. minisat >= "0.3"
  1047. mirage >= "3.3.0" & < "4.0.0~beta1"
  1048. mirage-block >= "1.2.0"
  1049. mirage-block-ccm >= "1.1.0"
  1050. mirage-block-combinators
  1051. mirage-block-lwt >= "1.2.0"
  1052. mirage-block-ramdisk >= "0.4"
  1053. mirage-block-solo5 >= "0.6.0"
  1054. mirage-block-unix >= "2.11.0"
  1055. mirage-block-xen >= "1.6.0"
  1056. mirage-bootvar
  1057. mirage-bootvar-solo5 >= "0.6.0"
  1058. mirage-bootvar-unix
  1059. mirage-bootvar-xen >= "0.6.0"
  1060. mirage-channel >= "3.2.0"
  1061. mirage-channel-lwt >= "3.2.0"
  1062. mirage-clock >= "2.0.0" & < "4.1.0"
  1063. mirage-clock-freestanding >= "2.0.0" & < "4.1.0"
  1064. mirage-clock-lwt >= "2.0.0"
  1065. mirage-clock-unix >= "2.0.0" & < "4.1.0"
  1066. mirage-conduit = "1.3.0" | >= "3.1.0"
  1067. mirage-console >= "2.4.0"
  1068. mirage-console-lwt >= "2.4.0"
  1069. mirage-console-solo5 >= "0.6.0"
  1070. mirage-console-unix >= "2.4.1"
  1071. mirage-console-xen >= "2.4.0"
  1072. mirage-console-xen-backend >= "2.4.0"
  1073. mirage-console-xen-proto >= "2.4.0"
  1074. mirage-crypto
  1075. mirage-crypto-ec
  1076. mirage-crypto-entropy
  1077. mirage-crypto-pk
  1078. mirage-crypto-rng
  1079. mirage-crypto-rng-async
  1080. mirage-crypto-rng-eio >= "0.11.0"
  1081. mirage-crypto-rng-lwt
  1082. mirage-crypto-rng-mirage
  1083. mirage-device >= "1.2.0"
  1084. mirage-dns >= "3.1.0"
  1085. mirage-entropy >= "0.5.1"
  1086. mirage-flow >= "1.6.0"
  1087. mirage-flow-combinators
  1088. mirage-flow-lwt >= "1.6.0"
  1089. mirage-flow-rawlink >= "1.1.0"
  1090. mirage-flow-unix >= "1.6.0"
  1091. mirage-fs >= "1.2.0"
  1092. mirage-fs-lwt >= "1.2.0"
  1093. mirage-fs-mem
  1094. mirage-fs-unix >= "1.6.0"
  1095. mirage-kv >= "2.0.0"
  1096. mirage-kv-lwt >= "2.0.0"
  1097. mirage-kv-mem
  1098. mirage-kv-unix < "3.0.0"
  1099. mirage-logs >= "1.0.0" & < "2.0.0"
  1100. mirage-monitoring
  1101. mirage-nat >= "1.1.0"
  1102. mirage-net >= "2.0.0"
  1103. mirage-net-lwt >= "2.0.0"
  1104. mirage-net-macosx >= "1.5.0"
  1105. mirage-net-solo5 >= "0.4.3"
  1106. mirage-net-unix >= "2.5.0"
  1107. mirage-net-xen >= "1.9.0"
  1108. mirage-profile >= "0.9.0"
  1109. mirage-profile-unix >= "0.9.0"
  1110. mirage-profile-xen >= "0.9.0"
  1111. mirage-protocols >= "2.0.0"
  1112. mirage-protocols-lwt >= "2.0.0"
  1113. mirage-qubes >= "0.7.0"
  1114. mirage-qubes-ipv4 >= "0.7.0"
  1115. mirage-random >= "1.2.0"
  1116. mirage-random-stdlib
  1117. mirage-random-test
  1118. mirage-runtime >= "3.3.0" & < "4.0.0~beta1"
  1119. mirage-solo5 >= "0.6.2"
  1120. mirage-stack >= "1.4.0"
  1121. mirage-stack-lwt >= "1.4.0"
  1122. mirage-time >= "1.3.0"
  1123. mirage-time-lwt >= "1.3.0"
  1124. mirage-time-unix >= "1.3.0"
  1125. mirage-types >= "3.3.0"
  1126. mirage-types-lwt >= "3.3.0"
  1127. mirage-unix >= "3.2.0"
  1128. mirage-vnetif >= "0.4.2"
  1129. mirage-vnetif-stack
  1130. mirage-xen >= "3.2.0"
  1131. mkaudio >= "1.1.0"
  1132. mkocaml
  1133. mlbdd >= "0.7.2"
  1134. mlfenv
  1135. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  1136. mlpost >= "0.9"
  1137. mlpost-lablgtk
  1138. mlt_parser >= "v0.12.0" & < "v0.17.0"
  1139. mm >= "0.7.0" & < "0.7.2"
  1140. mmap
  1141. mmdb
  1142. mock >= "0.1.1"
  1143. mock-ounit >= "0.1.1"
  1144. module-graph
  1145. molenc
  1146. monaco_jsoo
  1147. monolith
  1148. monomorphic >= "2.0"
  1149. monorobot
  1150. morbig >= "0.10.3"
  1151. morsmall
  1152. moss >= "0.1.1"
  1153. mparser >= "1.3"
  1154. mparser-pcre
  1155. mparser-re
  1156. mperf
  1157. mpg123
  1158. mpp >= "0.3.4"
  1159. mpris >= "0.2.0"
  1160. mpris-clients
  1161. mrmime
  1162. mrt-format >= "0.3.1"
  1163. msat >= "0.8"
  1164. msat-bin
  1165. msgpck >= "1.5"
  1166. msgpck-repr
  1167. mssql
  1168. mugen
  1169. multipart-form-data >= "0.3.0"
  1170. multipart_form
  1171. multipart_form-cohttp-lwt
  1172. multipart_form-eio
  1173. multipart_form-lwt
  1174. murmur3 >= "0.3"
  1175. mustache >= "3.1.0"
  1176. mustache-cli
  1177. mutf8
  1178. mwt
  1179. mysql8
  1180. mysql_protocol >= "3.0.1"
  1181. n_ary < "v0.17.0"
  1182. naboris
  1183. nacc
  1184. nanosvg
  1185. nanosvg_text
  1186. nbd >= "4.0.3"
  1187. nbd-tool
  1188. nbd-unix
  1189. netchannel >= "1.9.0"
  1190. netkat
  1191. netlink >= "0.3.4"
  1192. netsnmp < "v0.17.0"
  1193. nice_parser
  1194. nmea
  1195. nocoiner
  1196. noise
  1197. nottui
  1198. nottui-lwt
  1199. nottui-pretty
  1200. notty >= "0.2.3"
  1201. notty_async >= "v0.12.0" & < "v0.17.0"
  1202. np
  1203. npy >= "0.0.9"
  1204. nsq >= "0.4.0"
  1205. numeric_string < "v0.17.0"
  1206. nuscr < "2.0.0"
  1207. OCanren < "0.3.0~alpha1"
  1208. OCanren-ppx < "0.3.0~alpha1"
  1209. obeam
  1210. obelisk >= "0.5.0"
  1211. obuilder < "0.5"
  1212. obuilder-spec < "0.5"
  1213. obus >= "1.2.0"
  1214. ocal >= "0.2.2"
  1215. ocaml-canvas
  1216. ocaml-compiler-libs >= "v0.12.0" & != "v0.12.4"
  1217. ocaml-embed-file < "v0.17.0"
  1218. ocaml-lsp-server < "1.8.0"
  1219. ocaml-lua >= "1.8"
  1220. ocaml-migrate-parsetree >= "1.2.0"
  1221. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1222. ocaml-monadic >= "0.4.1"
  1223. ocaml-print-intf
  1224. ocaml-probes < "v0.17.0"
  1225. ocaml-protoc >= "2.0.1"
  1226. ocaml-protoc-plugin < "4.3.1"
  1227. ocaml-r >= "0.1.1"
  1228. ocaml-syntax-shims
  1229. ocaml-systemd >= "1.3"
  1230. ocaml-top >= "1.2.0"
  1231. ocaml-vdom < "transition"
  1232. ocaml-version >= "1.0.0" & < "3.6.0"
  1233. ocaml_db_model
  1234. ocaml_intrinsics < "v0.17.0"
  1235. ocaml_pgsql_model
  1236. ocaml_plugin >= "v0.12.0"
  1237. ocamlapi
  1238. ocamlapi_async
  1239. ocamlapi_lwt_unix
  1240. ocamlapi_ppx
  1241. ocamlcodoc
  1242. ocamlformat >= "0.7" & < "0.18.0"
  1243. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1244. ocamlgraph >= "2.0.0"
  1245. ocamlgraph_gtk
  1246. ocamline
  1247. ocb
  1248. ocluster < "0.2"
  1249. ocluster-api < "0.2"
  1250. ocolor
  1251. ocp-browser >= "1.1.9"
  1252. ocp-indent >= "1.7.0"
  1253. ocp-indent-nlfork >= "1.5.4"
  1254. ocp-index >= "1.1.9"
  1255. ocp-search
  1256. ocp_reveal
  1257. ocplib-endian >= "1.1"
  1258. ocplib-json-typed >= "0.7"
  1259. ocplib-json-typed-browser
  1260. ocplib-json-typed-bson
  1261. ocplib-simplex >= "0.5"
  1262. ocplib_stuff
  1263. ocsigen-i18n >= "4.0.0"
  1264. ocsigenserver >= "4.0.1"
  1265. octavius >= "1.2.2"
  1266. odash
  1267. odate >= "0.6"
  1268. odep < "0.2.0"
  1269. odepack >= "0.6.9"
  1270. odnnr
  1271. odoc >= "1.4.0" & < "2.0.0"
  1272. of_json < "v0.17.0"
  1273. offheap
  1274. ogg = "0.6.0" | = "0.7.0"
  1275. ohex
  1276. oidc
  1277. ojs
  1278. olinq >= "0.3"
  1279. omd >= "1.3.2"
  1280. omg
  1281. omigrate < "0.3.1"
  1282. omlr
  1283. oniguruma
  1284. opam-0install
  1285. opam-0install-cudf
  1286. opam-bin >= "0.9.5"
  1287. opam-build
  1288. opam-client >= "2.0.2"
  1289. opam-compiler
  1290. opam-core >= "2.0.2"
  1291. opam-custom-install
  1292. opam-devel >= "2.0.2"
  1293. opam-dune-lint < "0.3"
  1294. opam-ed >= "0.4"
  1295. opam-file-format >= "2.1.0" & < "2.1.5"
  1296. opam-format >= "2.0.2"
  1297. opam-graph
  1298. opam-grep >= "0.2.0"
  1299. opam-installer >= "2.0.2"
  1300. opam-monorepo < "0.2.2"
  1301. opam-package-upgrade >= "0.2"
  1302. opam-publish >= "2.0.2"
  1303. opam-repository >= "2.0.2"
  1304. opam-solver >= "2.0.2"
  1305. opam-state >= "2.0.2"
  1306. opam-test
  1307. opam2web >= "2.0"
  1308. opam_bin_lib
  1309. opasswd >= "1.3.1"
  1310. opazl
  1311. openai-gym
  1312. opencc0
  1313. opencc1
  1314. opencc1_1
  1315. openQASM
  1316. opentelemetry < "0.7"
  1317. opentelemetry-client-cohttp-lwt < "0.7"
  1318. opentelemetry-client-ocurl < "0.7"
  1319. opentelemetry-cohttp-lwt < "0.7"
  1320. opentelemetry-lwt < "0.7"
  1321. opium >= "0.17.0"
  1322. opium-graphql
  1323. opium-testing
  1324. opium_kernel >= "0.17.0"
  1325. oplot
  1326. oplsr
  1327. opomodoro
  1328. optal
  1329. opti
  1330. optimization1d >= "0.6.1"
  1331. optint >= "0.0.2"
  1332. opus = "0.2.0"
  1333. oraft < "0.3.0"
  1334. oranger >= "2.0.1"
  1335. order-i3-xfce
  1336. ordinal_abbreviation < "v0.17.0"
  1337. ordma >= "0.0.5"
  1338. orec >= "1.0.1"
  1339. orewa
  1340. orpie
  1341. orrandomForest
  1342. orsvm_e1071 >= "4.0.0"
  1343. orun
  1344. orxgboost >= "1.1.0"
  1345. oseq >= "0.2"
  1346. oskel
  1347. osx-secure-transport >= "0.1.1"
  1348. otf
  1349. otoml
  1350. otr >= "0.3.6"
  1351. ounit = "2.1.2"
  1352. ounit-lwt < "2.2.0"
  1353. ounit2 < "2.2.7"
  1354. ounit2-lwt < "2.2.7"
  1355. override < "0.4.0"
  1356. owee >= "0.3"
  1357. owl >= "0.4.0"
  1358. owl-base >= "0.4.0"
  1359. owl-jupyter
  1360. owl-ode
  1361. owl-ode-base
  1362. owl-ode-odepack
  1363. owl-ode-sundials
  1364. owl-opt
  1365. owl-opt-lbfgs
  1366. owl-plplot
  1367. owl-symbolic
  1368. owl-top >= "0.4.0"
  1369. owl-zoo >= "0.4.0"
  1370. owork
  1371. ozulip
  1372. p4pp
  1373. p5scm < "0.2.0"
  1374. pacomb
  1375. paf
  1376. paf-cohttp
  1377. paf-le
  1378. pam < "v0.17.0"
  1379. pandoc
  1380. pandoc-abbreviations
  1381. pandoc-comment
  1382. pandoc-crossref
  1383. pandoc-include
  1384. pandoc-inspect
  1385. pandoc-pdf2png
  1386. pandoc-replace
  1387. papi >= "0.1.1"
  1388. parany >= "7.0.2"
  1389. pardi
  1390. parmap >= "1.1.1"
  1391. parse-argv >= "0.2.0"
  1392. parsexp >= "v0.12.0" & < "v0.17.0"
  1393. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1394. parsley
  1395. patch < "2.0.0"
  1396. patdiff >= "v0.12.1" & < "v0.17.0"
  1397. path_glob
  1398. patience_diff >= "v0.12.0" & < "v0.17.0"
  1399. patoline >= "0.2"
  1400. patricia-tree < "0.10.0"
  1401. pattern
  1402. pb
  1403. pb-plugin
  1404. pbkdf >= "1.0.0"
  1405. pbrt
  1406. pbrt_services
  1407. pbrt_yojson
  1408. pcap-format >= "0.5.2"
  1409. pcre >= "7.3.5"
  1410. pcre2
  1411. pds-reachability >= "0.2.2"
  1412. pecu >= "0.2"
  1413. petr4
  1414. pf-qubes
  1415. pg_query
  1416. pgocaml >= "4.0"
  1417. pgocaml_ppx
  1418. pgx >= "1.0" & < "2.2"
  1419. pgx_async >= "1.0" & < "2.2"
  1420. pgx_lwt >= "1.0" & < "2.2"
  1421. pgx_lwt_mirage < "2.2"
  1422. pgx_lwt_unix < "2.2"
  1423. pgx_unix >= "1.0" & < "2.2"
  1424. pgx_value_core < "2.2"
  1425. pgx_value_ptime < "2.2"
  1426. phantom-algebra >= "1.0.1"
  1427. phonetic
  1428. phylogenetics < "0.2.0"
  1429. piaf
  1430. picasso
  1431. piqi >= "0.7.8"
  1432. piqilib >= "0.6.16"
  1433. pixel_pusher
  1434. pkcs11 >= "0.18.0"
  1435. pkcs11-cli
  1436. pkcs11-driver
  1437. pkcs11-rev
  1438. pla >= "1.3"
  1439. plato
  1440. plebeia < "2.0.0"
  1441. plist-xml
  1442. plist-xml-lwt
  1443. plotkicadsch >= "0.4.0"
  1444. plplot >= "5.11.0-1"
  1445. polka
  1446. polling_state_rpc < "v0.17.0"
  1447. polly
  1448. polynomial
  1449. pomap >= "4.1.0"
  1450. portaudio = "0.2.2"
  1451. portaudio_c_bindings
  1452. portmidi
  1453. posix-base < "2.0.2"
  1454. posix-bindings < "2.0.2"
  1455. posix-getopt >= "2.0.0" & < "2.0.2"
  1456. posix-signal < "2.0.2"
  1457. posix-socket < "2.0.2"
  1458. posix-socket-unix < "2.0.2"
  1459. posix-time2 < "2.0.2"
  1460. posix-types >= "2.0.0" & < "2.0.2"
  1461. posix-uname < "2.0.2"
  1462. posixat >= "v0.12.0" & < "v0.17.0"
  1463. postgres_async < "v0.17.0"
  1464. postgresql >= "4.4.1"
  1465. pp < "1.2.0"
  1466. pp_loc
  1467. pprint >= "20200226"
  1468. ppx-owl-opt
  1469. ppx_accessor < "v0.17.0"
  1470. ppx_assert >= "v0.12.0" & < "v0.17.0"
  1471. ppx_bap
  1472. ppx_base >= "v0.12.0" & < "v0.17.0"
  1473. ppx_bench >= "v0.12.0" & < "v0.17.0"
  1474. ppx_bigarray >= "3.0.0"
  1475. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  1476. ppx_bitstring >= "4.0.0"
  1477. ppx_blob >= "0.6.0"
  1478. ppx_bsx
  1479. ppx_catch
  1480. ppx_cold < "v0.17.0"
  1481. ppx_compare >= "v0.12.0" & < "v0.17.0"
  1482. ppx_compose >= "0.1.0"
  1483. ppx_const >= "2.0"
  1484. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  1485. ppx_counters
  1486. ppx_css < "v0.17.0"
  1487. ppx_cstruct >= "3.3.0"
  1488. ppx_cstubs
  1489. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  1490. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  1491. ppx_decimal
  1492. ppx_defer >= "0.4.0"
  1493. ppx_demo < "v0.17.0"
  1494. ppx_derive_at_runtime < "v0.17.0"
  1495. ppx_derivers >= "1.2.1"
  1496. ppx_deriving >= "4.3"
  1497. ppx_deriving_cmdliner >= "0.5.1"
  1498. ppx_deriving_encoding < "0.3.0"
  1499. ppx_deriving_hardcaml >= "v0.12.0"
  1500. ppx_deriving_jsoo
  1501. ppx_deriving_madcast >= "0.2"
  1502. ppx_deriving_protobuf >= "2.7"
  1503. ppx_deriving_rpc >= "6.1.0"
  1504. ppx_deriving_yaml < "0.2.2"
  1505. ppx_deriving_yojson >= "3.3"
  1506. ppx_disable_unused_warnings < "v0.17.0"
  1507. ppx_distr_guards >= "0.2"
  1508. ppx_enum
  1509. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  1510. ppx_expect >= "v0.12.0" & < "v0.17.0"
  1511. ppx_factory
  1512. ppx_fail >= "v0.12.0"
  1513. ppx_fast_pipe
  1514. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  1515. ppx_fixed_literal < "v0.17.0"
  1516. ppx_gen_rec >= "1.1.0"
  1517. ppx_getenv >= "2.0"
  1518. ppx_globalize < "v0.17.0"
  1519. ppx_hash >= "v0.12.0" & < "v0.17.0"
  1520. ppx_here >= "v0.12.0" & < "v0.17.0"
  1521. ppx_ignore_instrumentation < "v0.17.0"
  1522. ppx_import >= "1.5-3-gbd627d5"
  1523. ppx_inline_alcotest
  1524. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1525. ppx_irmin < "3.0.0"
  1526. ppx_jane >= "v0.12.0" & < "v0.17.0"
  1527. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  1528. ppx_jsobject_conv >= "0.6.0"
  1529. ppx_jsonaf_conv < "v0.17.0"
  1530. ppx_let >= "v0.12.0" & < "v0.17.0"
  1531. ppx_log < "v0.17.0"
  1532. ppx_make
  1533. ppx_map
  1534. ppx_meta_conv >= "4.0.1"
  1535. ppx_module_timer < "v0.17.0"
  1536. ppx_monad
  1537. ppx_monoid >= "0.3.2"
  1538. ppx_mysql
  1539. ppx_mysql_identity
  1540. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  1541. ppx_optional >= "v0.12.0" & < "v0.17.0"
  1542. ppx_pattern_bind < "v0.17.0"
  1543. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1544. ppx_protocol_conv >= "3.1.0"
  1545. ppx_protocol_conv_json >= "3.1.0"
  1546. ppx_protocol_conv_jsonm
  1547. ppx_protocol_conv_msgpack >= "3.1.0"
  1548. ppx_protocol_conv_xml_light >= "3.1.0"
  1549. ppx_protocol_conv_xmlm
  1550. ppx_protocol_conv_yaml >= "3.1.0"
  1551. ppx_pyformat
  1552. ppx_python < "v0.17.0"
  1553. ppx_rapper
  1554. ppx_rapper_async
  1555. ppx_rapper_lwt
  1556. ppx_regexp >= "0.4.0"
  1557. ppx_relit
  1558. ppx_repr
  1559. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  1560. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  1561. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  1562. ppx_show
  1563. ppx_stable < "v0.17.0"
  1564. ppx_stable_witness < "v0.17.0"
  1565. ppx_string < "v0.17.0"
  1566. ppx_string_interpolation
  1567. ppx_subliner
  1568. ppx_test >= "1.7.0"
  1569. ppx_there
  1570. ppx_tools >= "6.0+4.08.0"
  1571. ppx_tools_versioned >= "5.2.2"
  1572. ppx_tydi < "v0.17.0"
  1573. ppx_type_directed_value
  1574. ppx_typed_fields < "v0.17.0"
  1575. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  1576. ppx_tyre
  1577. ppx_units
  1578. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  1579. ppx_wideopen
  1580. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  1581. ppx_yojson
  1582. ppx_yojson_conv < "v0.17.0"
  1583. ppx_yojson_conv_lib < "v0.17.0"
  1584. ppxfind >= "1.3"
  1585. ppxlib >= "0.4.0"
  1586. ppxx >= "2.4.0"
  1587. pratter
  1588. prbnmcn-ucb1 < "0.0.2"
  1589. prc
  1590. printbox >= "0.2" & < "0.8"
  1591. printbox-html < "0.8"
  1592. printbox-text < "0.8"
  1593. prof_spacetime >= "0.3.0"
  1594. profunctor < "v0.17.0"
  1595. progress
  1596. prom
  1597. prometheus >= "0.6"
  1598. prometheus-app >= "0.6"
  1599. promise
  1600. promise_jsoo
  1601. promise_jsoo_lwt
  1602. protocell
  1603. protocol-9p >= "1.0.0"
  1604. protocol-9p-tool >= "1.0.0"
  1605. protocol-9p-unix >= "1.0.0"
  1606. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  1607. prr
  1608. psmt2-frontend >= "0.3.0"
  1609. psq >= "0.1.1"
  1610. ptmap >= "2.0.5"
  1611. ptset >= "1.0.1"
  1612. pulseaudio = "0.1.4"
  1613. pure-splitmix >= "0.3"
  1614. py >= "1.1"
  1615. pythonlib
  1616. qbf >= "0.3"
  1617. qcheck >= "0.9" & < "0.21"
  1618. qcheck-alcotest < "0.21"
  1619. qcheck-core < "0.21"
  1620. qcheck-ounit < "0.21"
  1621. qinap
  1622. qiskit < "0.44.0"
  1623. qmp >= "0.19.0"
  1624. qrencode >= "0.2"
  1625. qtest >= "2.10.1"
  1626. queenshead
  1627. quests
  1628. radamsa
  1629. radare2 >= "0.0.3"
  1630. randomconv >= "0.1.1"
  1631. range
  1632. rangeSet
  1633. rankers
  1634. rawlink >= "1.0" & < "2.1"
  1635. raylib < "0.3.1"
  1636. rdbg >= "1.196.12"
  1637. re >= "1.9.0"
  1638. re2 >= "v0.12.1" & < "v0.17.0"
  1639. re2_stable
  1640. re_parser < "v0.17.0"
  1641. reactiveData >= "0.3.0"
  1642. reanalyze
  1643. reason >= "3.5.0" & < "3.9.0"
  1644. reason-standard
  1645. received
  1646. record_builder >= "v0.12.0" & < "v0.17.0"
  1647. records >= "1.0.0"
  1648. reddit_api_async < "0.2.1"
  1649. reddit_api_kernel < "0.2.1"
  1650. redirect
  1651. redis >= "0.4"
  1652. redis-async < "v0.17.0"
  1653. redis-lwt >= "0.4"
  1654. redis-sync >= "0.4"
  1655. reed-solomon-erasure >= "1.0.2"
  1656. reedsolomon >= "0.3"
  1657. refl
  1658. regenerate >= "0.2"
  1659. regex_parser_intf < "v0.17.0"
  1660. relit_helper
  1661. remu_ts
  1662. reparse < "3.0.0"
  1663. reparse-unix
  1664. repr
  1665. repr-bench
  1666. repr-fuzz
  1667. res >= "5.0.1"
  1668. resource-pooling >= "1.1"
  1669. resource_cache >= "v0.12.0" & < "v0.17.0"
  1670. resp
  1671. resp-client
  1672. resp-mirage
  1673. resp-server >= "0.9"
  1674. resp-unix
  1675. resto
  1676. resto-acl
  1677. resto-cohttp
  1678. resto-cohttp-client
  1679. resto-cohttp-self-serving-client
  1680. resto-cohttp-server
  1681. resto-directory
  1682. resto-json
  1683. result >= "1.4"
  1684. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  1685. rfc6287 >= "1.0.4"
  1686. rfc7748
  1687. rfsm >= "1.6-alpha-3" & < "2.0"
  1688. rhythm
  1689. ringo
  1690. ringo-lwt
  1691. rock
  1692. root1d >= "0.5.1"
  1693. rope >= "0.6.2"
  1694. rosetta >= "0.2.0"
  1695. routes < "2.0.0"
  1696. rpc >= "6.1.0"
  1697. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  1698. rpclib >= "6.1.0"
  1699. rpclib-async >= "6.1.0"
  1700. rpclib-html
  1701. rpclib-js
  1702. rpclib-lwt >= "6.1.0"
  1703. rsdd
  1704. rss
  1705. rtop >= "3.5.0" & < "3.9.0"
  1706. rungen
  1707. rusage
  1708. SZXX
  1709. safepass >= "3.1"
  1710. salsa20 >= "1.0.0"
  1711. salsa20-core >= "1.0.0"
  1712. samplerate = "0.1.5"
  1713. sanddb = "0.2"
  1714. satex
  1715. satyrographos
  1716. scaml < "1.5.0"
  1717. scgi
  1718. scipy
  1719. scrypt-kdf >= "1.0.0"
  1720. sd_logic
  1721. searchTree
  1722. secp256k1 >= "0.4.1"
  1723. secp256k1-internal
  1724. sedlex >= "2.0" & < "2.4"
  1725. sek
  1726. selective
  1727. semantic_version < "v0.17.0"
  1728. semaphore-compat
  1729. semver >= "0.2.1"
  1730. semver2
  1731. sendmail
  1732. sendmail-lwt
  1733. sentry
  1734. seq >= "0.2" & < "base"
  1735. sequencer_table >= "v0.12.0" & < "v0.17.0"
  1736. serial
  1737. session >= "0.4.1"
  1738. session-cohttp >= "0.4.1"
  1739. session-cohttp-async >= "0.4.1"
  1740. session-cohttp-lwt >= "0.4.1"
  1741. session-cookie
  1742. session-cookie-async
  1743. session-cookie-lwt
  1744. session-postgresql >= "0.4.1"
  1745. session-postgresql-async >= "0.4.1"
  1746. session-postgresql-lwt >= "0.4.1"
  1747. session-redis-lwt >= "0.4.1"
  1748. session-webmachine >= "0.4.1"
  1749. setcore >= "1.0.2"
  1750. sexp < "v0.17.0"
  1751. sexp_diff < "v0.17.0"
  1752. sexp_diff_kernel
  1753. sexp_grammar < "v0.17.0"
  1754. sexp_macro < "v0.17.0"
  1755. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  1756. sexp_select < "v0.17.0"
  1757. sexp_string_quickcheck < "v0.17.0"
  1758. sexplib >= "v0.12.0" & < "v0.17.0"
  1759. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1760. sgf >= "1.0.1"
  1761. sha >= "1.13" & < "1.15.1"
  1762. shapefile
  1763. shared-block-ring >= "3.0.0"
  1764. shared-memory-ring >= "3.1.0"
  1765. shared-memory-ring-lwt >= "3.1.0"
  1766. shared-secret >= "0.4"
  1767. shell < "v0.17.0"
  1768. shexp >= "v0.12.0" & < "v0.17.0"
  1769. shine = "0.2.2"
  1770. sihl
  1771. sihl-cache
  1772. sihl-contract
  1773. sihl-core
  1774. sihl-email
  1775. sihl-facade
  1776. sihl-persistence
  1777. sihl-queue
  1778. sihl-session
  1779. sihl-storage
  1780. sihl-token
  1781. sihl-type
  1782. sihl-user
  1783. sihl-web
  1784. simple63
  1785. sklearn
  1786. slacko >= "0.14.1"
  1787. slug
  1788. smart-print >= "0.3.0"
  1789. smbc >= "0.5"
  1790. smtlib-utils
  1791. snappy >= "0.1.2"
  1792. so
  1793. solidity-alcotest
  1794. solidity-common
  1795. solidity-parser
  1796. solidity-test
  1797. solidity-typechecker
  1798. sortedseq_intersect
  1799. soundtouch >= "0.1.9"
  1800. soupault
  1801. spacetime_lib >= "0.3.0"
  1802. spawn < "v0.9.0" | >= "v0.13.0" & < "v0.15.0"
  1803. spdx_licenses
  1804. speex = "0.4.0"
  1805. spelll >= "0.3"
  1806. spin < "0.8.1"
  1807. splay_tree >= "v0.12.0" & < "v0.17.0"
  1808. splittable_random >= "v0.12.0" & < "v0.17.0"
  1809. spotify-web-api >= "0.2.1"
  1810. spotlib >= "4.1.0"
  1811. sqlgg >= "20200521"
  1812. sqlite3 >= "4.4.1"
  1813. sqlite3_utils
  1814. srt < "0.2.1"
  1815. ssh-agent >= "0.2.0"
  1816. ssh-agent-unix
  1817. ssl >= "0.5.6"
  1818. stdcompat >= "19"
  1819. stdint >= "0.6.0" & < "0.7.2"
  1820. stdio >= "v0.12.0" & < "v0.17.0"
  1821. stdlib-diff
  1822. stdlib-random
  1823. stdlib-shims
  1824. stitch
  1825. stored_reversed < "v0.17.0"
  1826. streamable < "v0.17.0"
  1827. streaming
  1828. string_dict >= "v0.12.0" & < "v0.17.0"
  1829. stringext >= "1.6.0"
  1830. sturgeon >= "0.4.2"
  1831. subscriptions-transport-ws
  1832. subtype-refinement >= "0.2"
  1833. swagger >= "0.2.0"
  1834. swhid_compute
  1835. swhid_core
  1836. syndic >= "1.6.0"
  1837. sys-socket
  1838. sys-socket-unix
  1839. syslog >= "2.0.0"
  1840. syslog-message >= "1.0.0"
  1841. syslog-rfc5424
  1842. systemverilog >= "0.0.2"
  1843. tablecloth-base
  1844. tablecloth-native < "transition"
  1845. taglib = "0.3.7"
  1846. talaria-bibtex
  1847. tar >= "1.0.0" & < "2.0.0"
  1848. tar-mirage >= "1.0.0" & < "2.0.0"
  1849. tar-unix >= "1.0.0" & < "2.0.0"
  1850. tcalc
  1851. tcpip >= "3.7.0"
  1852. tdigest
  1853. teash
  1854. telltime
  1855. tensorboard
  1856. terminal < "0.4.0"
  1857. terminal_size >= "0.1.4"
  1858. textmate-language
  1859. textrazor
  1860. textutils >= "v0.12.0" & < "v0.17.0"
  1861. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  1862. textwrap >= "0.2.1"
  1863. tezos-008-PtEdo2Zk-test-helpers
  1864. tezos-009-PsFLoren-test-helpers
  1865. tezos-010-PtGRANAD-test-helpers
  1866. tezos-accuser-006-PsCARTHA
  1867. tezos-accuser-007-PsDELPH1
  1868. tezos-accuser-008-PtEdo2Zk
  1869. tezos-accuser-008-PtEdoTez
  1870. tezos-accuser-009-PsFLoren
  1871. tezos-accuser-010-PtGRANAD
  1872. tezos-accuser-011-PtHangz2 < "11.1"
  1873. tezos-accuser-alpha < "11.1"
  1874. tezos-alpha-test-helpers < "12.0"
  1875. tezos-baker-006-PsCARTHA
  1876. tezos-baker-007-PsDELPH1
  1877. tezos-baker-008-PtEdo2Zk
  1878. tezos-baker-008-PtEdoTez
  1879. tezos-baker-009-PsFLoren
  1880. tezos-baker-010-PtGRANAD
  1881. tezos-baker-011-PtHangz2 < "11.1"
  1882. tezos-baker-alpha < "11.1"
  1883. tezos-baking-006-PsCARTHA
  1884. tezos-baking-006-PsCARTHA-commands
  1885. tezos-baking-007-PsDELPH1
  1886. tezos-baking-007-PsDELPH1-commands
  1887. tezos-baking-008-PtEdo2Zk
  1888. tezos-baking-008-PtEdo2Zk-commands
  1889. tezos-baking-008-PtEdoTez
  1890. tezos-baking-008-PtEdoTez-commands
  1891. tezos-baking-009-PsFLoren
  1892. tezos-baking-009-PsFLoren-commands
  1893. tezos-baking-010-PtGRANAD
  1894. tezos-baking-010-PtGRANAD-commands
  1895. tezos-baking-011-PtHangz2 < "11.1"
  1896. tezos-baking-011-PtHangz2-commands < "11.1"
  1897. tezos-baking-alpha < "11.1"
  1898. tezos-baking-alpha-commands < "11.1"
  1899. tezos-base < "11.1"
  1900. tezos-base-test-helpers < "11.1"
  1901. tezos-base58
  1902. tezos-clic < "11.1"
  1903. tezos-client < "11.1"
  1904. tezos-client-000-Ps9mPmXa < "11.1"
  1905. tezos-client-001-PtCJ7pwo < "11.1"
  1906. tezos-client-001-PtCJ7pwo-commands < "11.1"
  1907. tezos-client-002-PsYLVpVv < "11.1"
  1908. tezos-client-002-PsYLVpVv-commands < "11.1"
  1909. tezos-client-003-PsddFKi3 < "11.1"
  1910. tezos-client-003-PsddFKi3-commands < "11.1"
  1911. tezos-client-004-Pt24m4xi < "11.1"
  1912. tezos-client-004-Pt24m4xi-commands < "11.1"
  1913. tezos-client-005-PsBabyM1 < "11.1"
  1914. tezos-client-005-PsBabyM1-commands < "11.1"
  1915. tezos-client-006-PsCARTHA < "11.1"
  1916. tezos-client-006-PsCARTHA-commands < "11.1"
  1917. tezos-client-007-PsDELPH1 < "11.1"
  1918. tezos-client-007-PsDELPH1-commands < "11.1"
  1919. tezos-client-007-PsDELPH1-commands-registration < "11.1"
  1920. tezos-client-008-PtEdo2Zk < "11.1"
  1921. tezos-client-008-PtEdo2Zk-commands < "11.1"
  1922. tezos-client-008-PtEdo2Zk-commands-registration < "11.1"
  1923. tezos-client-008-PtEdoTez
  1924. tezos-client-008-PtEdoTez-commands
  1925. tezos-client-008-PtEdoTez-commands-registration
  1926. tezos-client-009-PsFLoren < "11.1"
  1927. tezos-client-009-PsFLoren-commands < "11.1"
  1928. tezos-client-009-PsFLoren-commands-registration < "11.1"
  1929. tezos-client-010-PtGRANAD < "11.1"
  1930. tezos-client-010-PtGRANAD-commands < "11.1"
  1931. tezos-client-010-PtGRANAD-commands-registration < "11.1"
  1932. tezos-client-011-PtHangz2 < "11.1"
  1933. tezos-client-011-PtHangz2-commands < "11.1"
  1934. tezos-client-011-PtHangz2-commands-registration < "11.1"
  1935. tezos-client-alpha < "11.1"
  1936. tezos-client-alpha-commands < "11.1"
  1937. tezos-client-alpha-commands-registration < "11.1"
  1938. tezos-client-base < "11.1"
  1939. tezos-client-base-unix < "11.1"
  1940. tezos-client-commands < "11.1"
  1941. tezos-client-demo-counter < "11.1"
  1942. tezos-client-genesis < "11.1"
  1943. tezos-client-genesis-carthagenet < "11.1"
  1944. tezos-client-sapling-008-PtEdo2Zk < "11.1"
  1945. tezos-client-sapling-008-PtEdoTez
  1946. tezos-client-sapling-009-PsFLoren < "11.1"
  1947. tezos-client-sapling-010-PtGRANAD < "11.1"
  1948. tezos-client-sapling-011-PtHangz2 < "11.1"
  1949. tezos-client-sapling-alpha < "11.1"
  1950. tezos-codec < "11.1"
  1951. tezos-context < "11.1"
  1952. tezos-context-hash
  1953. tezos-context-hash-irmin
  1954. tezos-crypto < "11.1"
  1955. tezos-embedded-protocol-000-Ps9mPmXa < "11.1"
  1956. tezos-embedded-protocol-001-PtCJ7pwo < "11.1"
  1957. tezos-embedded-protocol-002-PsYLVpVv < "11.1"
  1958. tezos-embedded-protocol-003-PsddFKi3 < "11.1"
  1959. tezos-embedded-protocol-004-Pt24m4xi < "11.1"
  1960. tezos-embedded-protocol-005-PsBABY5H < "11.1"
  1961. tezos-embedded-protocol-005-PsBabyM1 < "11.1"
  1962. tezos-embedded-protocol-006-PsCARTHA < "11.1"
  1963. tezos-embedded-protocol-007-PsDELPH1 < "11.1"
  1964. tezos-embedded-protocol-008-PtEdo2Zk < "11.1"
  1965. tezos-embedded-protocol-008-PtEdoTez < "11.1"
  1966. tezos-embedded-protocol-009-PsFLoren < "11.1"
  1967. tezos-embedded-protocol-010-PtGRANAD < "11.1"
  1968. tezos-embedded-protocol-011-PtHangz2 < "11.1"
  1969. tezos-embedded-protocol-alpha < "11.1"
  1970. tezos-embedded-protocol-demo-counter < "11.1"
  1971. tezos-embedded-protocol-demo-noops < "11.1"
  1972. tezos-embedded-protocol-genesis < "11.1"
  1973. tezos-embedded-protocol-genesis-carthagenet < "11.1"
  1974. tezos-endorser-006-PsCARTHA
  1975. tezos-endorser-007-PsDELPH1
  1976. tezos-endorser-008-PtEdo2Zk
  1977. tezos-endorser-008-PtEdoTez
  1978. tezos-endorser-009-PsFLoren
  1979. tezos-endorser-010-PtGRANAD
  1980. tezos-endorser-011-PtHangz2 < "11.1"
  1981. tezos-endorser-alpha < "11.1"
  1982. tezos-error-monad < "11.1"
  1983. tezos-event-logging < "11.1"
  1984. tezos-event-logging-test-helpers < "11.1"
  1985. tezos-hacl-glue < "11.1"
  1986. tezos-hacl-glue-unix < "11.0"
  1987. tezos-legacy-store < "11.1"
  1988. tezos-lmdb
  1989. tezos-lwt-result-stdlib < "11.1"
  1990. tezos-mempool-006-PsCARTHA
  1991. tezos-mempool-007-PsDELPH1
  1992. tezos-mempool-008-PtEdoTez
  1993. tezos-micheline < "11.1"
  1994. tezos-mockup < "11.1"
  1995. tezos-mockup-commands < "11.1"
  1996. tezos-mockup-proxy < "11.1"
  1997. tezos-mockup-registration < "11.1"
  1998. tezos-node < "11.1"
  1999. tezos-p2p < "11.1"
  2000. tezos-p2p-services < "11.1"
  2001. tezos-protocol-000-Ps9mPmXa < "11.1"
  2002. tezos-protocol-001-PtCJ7pwo < "11.1"
  2003. tezos-protocol-002-PsYLVpVv < "11.1"
  2004. tezos-protocol-003-PsddFKi3 < "11.1"
  2005. tezos-protocol-004-Pt24m4xi < "11.1"
  2006. tezos-protocol-005-PsBABY5H < "11.1"
  2007. tezos-protocol-005-PsBabyM1 < "11.1"
  2008. tezos-protocol-006-PsCARTHA < "11.1"
  2009. tezos-protocol-006-PsCARTHA-parameters
  2010. tezos-protocol-007-PsDELPH1 < "11.1"
  2011. tezos-protocol-007-PsDELPH1-parameters
  2012. tezos-protocol-008-PtEdo2Zk < "11.1"
  2013. tezos-protocol-008-PtEdo2Zk-parameters < "11.1"
  2014. tezos-protocol-008-PtEdoTez < "11.1"
  2015. tezos-protocol-008-PtEdoTez-parameters
  2016. tezos-protocol-009-PsFLoren < "11.1"
  2017. tezos-protocol-009-PsFLoren-parameters < "11.1"
  2018. tezos-protocol-010-PtGRANAD < "11.1"
  2019. tezos-protocol-010-PtGRANAD-parameters < "11.1"
  2020. tezos-protocol-011-PtHangz2 < "11.1"
  2021. tezos-protocol-011-PtHangz2-parameters < "11.1"
  2022. tezos-protocol-alpha < "11.1"
  2023. tezos-protocol-alpha-parameters < "11.1"
  2024. tezos-protocol-compiler < "11.1"
  2025. tezos-protocol-demo-counter < "11.1"
  2026. tezos-protocol-demo-noops < "11.1"
  2027. tezos-protocol-environment < "11.1"
  2028. tezos-protocol-environment-packer < "11.1"
  2029. tezos-protocol-environment-sigs < "11.1"
  2030. tezos-protocol-environment-structs < "11.1"
  2031. tezos-protocol-genesis < "11.1"
  2032. tezos-protocol-genesis-carthagenet < "11.1"
  2033. tezos-protocol-plugin-007-PsDELPH1 < "11.1"
  2034. tezos-protocol-plugin-007-PsDELPH1-registerer < "11.1"
  2035. tezos-protocol-plugin-008-PtEdo2Zk < "11.1"
  2036. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "11.1"
  2037. tezos-protocol-plugin-009-PsFLoren < "11.1"
  2038. tezos-protocol-plugin-009-PsFLoren-registerer < "11.1"
  2039. tezos-protocol-plugin-010-PtGRANAD < "11.1"
  2040. tezos-protocol-plugin-010-PtGRANAD-registerer < "11.1"
  2041. tezos-protocol-plugin-011-PtHangz2 < "11.1"
  2042. tezos-protocol-plugin-011-PtHangz2-registerer < "11.1"
  2043. tezos-protocol-plugin-alpha < "11.1"
  2044. tezos-protocol-plugin-alpha-registerer < "11.1"
  2045. tezos-protocol-updater < "11.1"
  2046. tezos-proxy < "11.1"
  2047. tezos-requester < "11.1"
  2048. tezos-rpc < "11.1"
  2049. tezos-rpc-http < "11.1"
  2050. tezos-rpc-http-client < "11.1"
  2051. tezos-rpc-http-client-unix < "11.1"
  2052. tezos-rpc-http-server < "11.1"
  2053. tezos-sapling < "11.1"
  2054. tezos-shell < "11.1"
  2055. tezos-shell-context < "11.1"
  2056. tezos-shell-services < "11.1"
  2057. tezos-shell-services-test-helpers < "11.1"
  2058. tezos-signer < "11.1"
  2059. tezos-signer-backends < "11.1"
  2060. tezos-signer-services < "11.1"
  2061. tezos-stdlib < "11.1"
  2062. tezos-stdlib-unix < "11.1"
  2063. tezos-storage
  2064. tezos-store < "11.1"
  2065. tezos-test-helpers < "11.1"
  2066. tezos-test-services
  2067. tezos-tooling < "13.0"
  2068. tezos-validation < "11.1"
  2069. tezos-validator < "11.1"
  2070. tezos-version < "11.1"
  2071. tezos-workers < "11.1"
  2072. tezt < "2.0.0"
  2073. theora >= "0.4.0"
  2074. thread-local-storage
  2075. thrift >= "0.10.0"
  2076. tidy >= "5-0.2"
  2077. tilde_f < "v0.17.0"
  2078. time_now < "v0.17.0"
  2079. timed >= "1.1"
  2080. timedesc < "0.8.0"
  2081. timere < "0.8.0"
  2082. timere-parse
  2083. timezone < "v0.17.0"
  2084. tiny_httpd < "0.15"
  2085. tiny_httpd_camlzip < "0.15"
  2086. tip-parser >= "0.4"
  2087. tldr
  2088. tls >= "0.11.0" & < "0.15.4"
  2089. tls-async < "0.15.4"
  2090. tls-mirage < "0.15.4"
  2091. toml >= "5.0.0" & < "7.1.0"
  2092. toml-cconv
  2093. toml_cconv
  2094. toplevel_backend < "v0.17.0"
  2095. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  2096. topological_sort >= "v0.12.0" & < "v0.17.0"
  2097. torch
  2098. tqdm
  2099. tracing < "v0.17.0"
  2100. tracy-client
  2101. transept
  2102. traverse
  2103. travesty < "0.7.2"
  2104. travis-opam >= "1.5.0"
  2105. tree_layout >= "0.2"
  2106. treeprint >= "2.3.0"
  2107. trie >= "1.0.0"
  2108. tsdl-image >= "0.3.0"
  2109. tsdl-mixer >= "0.3.0"
  2110. tsdl-ttf >= "0.3"
  2111. tsort
  2112. tube >= "4.4.0"
  2113. tuntap >= "1.7.0"
  2114. twostep
  2115. typerep >= "v0.12.0" & < "v0.17.0"
  2116. tyre >= "0.5"
  2117. tyxml >= "4.3.0"
  2118. tyxml-jsx
  2119. tyxml-lwd
  2120. tyxml-ppx >= "4.3.0"
  2121. tyxml-syntax
  2122. u2f
  2123. ubase
  2124. ubpf < "0.2"
  2125. uecc >= "0.2"
  2126. uint >= "2.0.1"
  2127. ulid
  2128. unidecode
  2129. unionFind
  2130. unison >= "2.51.4" & < "2.53.4"
  2131. universo
  2132. unstrctrd
  2133. uri >= "2.2.0"
  2134. uri-bench
  2135. uri-re
  2136. uri-sexp
  2137. uring < "0.4"
  2138. uritemplate
  2139. user-agent-parser
  2140. username_kernel < "v0.17.0"
  2141. utop >= "2.3.0"
  2142. uuuu >= "0.1.1"
  2143. validator
  2144. variantslib >= "v0.12.0" & < "v0.17.0"
  2145. vcaml
  2146. vcardgen >= "1.2"
  2147. vchan >= "4.0.0"
  2148. vchan-unix >= "4.0.0"
  2149. vchan-xen >= "4.0.0"
  2150. vec < "0.2.0"
  2151. vector
  2152. vercel
  2153. vhd-format >= "0.12.0"
  2154. vhd-format-lwt >= "0.12.0"
  2155. virtual_dom >= "v0.12.0" & < "v0.17.0"
  2156. visitors >= "20200207"
  2157. vlq >= "0.2.1"
  2158. vmnet >= "1.3.2"
  2159. vocal
  2160. voqc
  2161. vorbis >= "0.8.0"
  2162. vue-jsoo < "0.3"
  2163. wall >= "0.4"
  2164. wasmer
  2165. wasmtime
  2166. waylaunch
  2167. webauthn
  2168. weberizer >= "0.8"
  2169. webmachine >= "0.6.2"
  2170. websocket >= "2.12" & < "2.15"
  2171. websocket-async >= "2.12" & < "2.15"
  2172. websocket-lwt >= "2.12"
  2173. websocket-lwt-unix < "2.15"
  2174. websocketaf
  2175. webtest >= "2.0.0"
  2176. webtest-js
  2177. wikitext
  2178. win-error >= "1.0"
  2179. win-eventlog = "0.3"
  2180. winsvc < "1.0.1"
  2181. ws
  2182. ws-server
  2183. wseg
  2184. wtf8 >= "1.0.2"
  2185. x509 >= "0.6.3"
  2186. xapi-backtrace >= "0.7"
  2187. xapi-inventory >= "1.2.1"
  2188. xapi-rrd >= "1.8.2"
  2189. xapi-stdext-date
  2190. xapi-stdext-encodings
  2191. xapi-stdext-pervasives
  2192. xapi-stdext-std
  2193. xapi-stdext-threads
  2194. xapi-stdext-unix
  2195. xapi-stdext-zerocheck
  2196. xdg-basedir
  2197. xen-evtchn >= "2.1.0"
  2198. xen-evtchn-unix >= "2.1.0"
  2199. xen-gnt >= "3.1.0"
  2200. xen-gnt-unix >= "3.1.0"
  2201. xenstore >= "2.1.0"
  2202. xenstore_transport >= "1.1.0"
  2203. xml-light >= "2.5"
  2204. xmlplaylist >= "0.1.5"
  2205. yaml >= "1.0.0"
  2206. yaml-sexp
  2207. yara >= "0.2"
  2208. yojson >= "1.5.0"
  2209. yojson-bench
  2210. yojson-five
  2211. yurt >= "0.6"
  2212. yuscii >= "0.2.1"
  2213. yuujinchou
  2214. zarith-ppx
  2215. zarith_stubs_js < "v0.17.0"
  2216. zed >= "2.0" & < "3.2.0"
  2217. zeit
  2218. zelus
  2219. zelus-gtk
  2220. zipperposition >= "1.5.1"
  2221. zipperposition-tools
  2222. zlib >= "0.6"
  2223. zlist >= "0.4.0"
  2224. zmq >= "5.1.0"
  2225. zmq-async >= "5.1.0"
  2226. zmq-eio
  2227. zmq-lwt >= "5.1.0"
  2228. zstandard >= "v0.12.1" & < "v0.17.0"
  2229. zstd = "0.3"
  2230. zxcvbn >= "2.3+2"

Conflicts (5)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "1.3.0"
  5. dune-configurator < "2.3.0"
OCaml

Innovation. Community. Security.