package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.7.0.tbz
sha256=e2d637c9d080318fedf5e71d2a29fb367624f82ac4a26e83df2b3a03550528b8
sha512=586e47ee45cd53a8c13095bde0b47de99aad9462d0a52199362140b5b654ca862597fa9f27f729a8cc594684ac46858848f9fa76f8f06dc8dc8ab8b1186a3295

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: 20 Feb 2023

README

Dune - A Composable Build System

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's 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, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, 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 static files with a simple S-expression syntax. 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 little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

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

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

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 can 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

We recommended installing Dune 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 boot/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 installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: 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 fairly stable and 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"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk >= "1.4.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. activitypub
  18. activitypub_client
  19. activitypub_gui
  20. activitypub_server
  21. activitypub_server_gui
  22. adelfa
  23. advi
  24. afl-persistent >= "1.4"
  25. agrid
  26. ahrocksdb
  27. aifad >= "2.2.1"
  28. alba >= "0.4.1"
  29. albatross
  30. alcotest >= "0.8.5"
  31. alcotest-async >= "0.8.5"
  32. alcotest-js
  33. alcotest-lwt >= "0.8.5"
  34. alcotest-mirage
  35. alg_structs
  36. alg_structs_qcheck
  37. algaeff
  38. alonzo
  39. alsa >= "0.3.0"
  40. alt-ergo >= "2.3.0" & < "2.6.0"
  41. alt-ergo-free >= "2.3.3.dune3"
  42. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  43. alt-ergo-lib-free >= "2.3.3.dune3"
  44. alt-ergo-parsers < "2.6.0"
  45. alt-ergo-parsers-free
  46. alt-ergo-plugin-ab-why3 < "2.6.0"
  47. altgr-ergo >= "2.3.0"
  48. ambient-context
  49. ambient-context-eio
  50. ambient-context-lwt
  51. amqp-client >= "2.0.3"
  52. amqp-client-async >= "2.0.3"
  53. amqp-client-lwt >= "2.0.3"
  54. anders
  55. angstrom >= "0.11.1"
  56. angstrom-async >= "0.11.1"
  57. angstrom-lwt-unix >= "0.11.1"
  58. angstrom-unix >= "0.11.1"
  59. ansi
  60. ansi-parse >= "0.4.0"
  61. anthill
  62. antic
  63. ao >= "0.2.2"
  64. api-watch
  65. apronext
  66. arb
  67. archetype
  68. archi
  69. archi-async
  70. archi-lwt
  71. arg-complete
  72. argon2 >= "1.0.0"
  73. arp >= "1.0.0"
  74. arp-mirage
  75. art
  76. asai
  77. asak
  78. ask
  79. ask-integrator
  80. asli >= "0.2.0"
  81. asn1-combinators >= "0.2.2"
  82. ast_generic
  83. async >= "v0.12.0" & < "v0.17.0"
  84. async-uri < "0.4.0"
  85. async_durable >= "v0.12.0" & < "v0.17.0"
  86. async_extra >= "v0.12.0" & < "v0.17.0"
  87. async_find >= "v0.12.0" & < "v0.17.0"
  88. async_graphics >= "0.7.0"
  89. async_inotify >= "v0.12.0" & < "v0.17.0"
  90. async_interactive >= "v0.12.0" & < "v0.17.0"
  91. async_js >= "v0.12.0" & < "v0.17.0"
  92. async_kernel >= "v0.12.0" & < "v0.17.0"
  93. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  94. async_rpc_websocket < "v0.17.0"
  95. async_sendfile >= "v0.12.0" & < "v0.17.0"
  96. async_shell >= "v0.12.0" & < "v0.17.0"
  97. async_smtp >= "v0.12.0" & < "v0.17.0"
  98. async_ssl >= "v0.12.0" & < "v0.17.0"
  99. async_udp < "v0.17.0"
  100. async_unix >= "v0.12.0" & < "v0.17.0"
  101. async_websocket < "v0.17.0"
  102. atable
  103. atd >= "2.2.1"
  104. atdd
  105. atdgen >= "2.2.1"
  106. atdgen-codec-runtime
  107. atdgen-runtime >= "2.2.1"
  108. atdj >= "2.2.1" & < "20151001.01"
  109. atdpy
  110. atds
  111. atdts
  112. atomic < "base"
  113. autofonce
  114. autofonce_config
  115. autofonce_core
  116. autofonce_lib
  117. autofonce_m4
  118. autofonce_misc
  119. autofonce_patch
  120. autofonce_share
  121. avro
  122. avro-compiler
  123. awa
  124. awa-lwt
  125. awa-mirage
  126. aws >= "1.2"
  127. aws-async
  128. aws-autoscaling >= "1.2"
  129. aws-cloudformation >= "1.2"
  130. aws-cloudtrail >= "1.2"
  131. aws-cloudwatch
  132. aws-config
  133. aws-ec2 >= "1.2"
  134. aws-elasticache
  135. aws-elasticloadbalancing >= "1.2"
  136. aws-lwt
  137. aws-rds
  138. aws-route53
  139. aws-s3 >= "4.0.0"
  140. aws-s3-async >= "4.0.0"
  141. aws-s3-lwt >= "4.0.0"
  142. aws-sdb >= "1.2"
  143. aws-sqs
  144. aws-ssm >= "1.2"
  145. aws-sts >= "1.2"
  146. awsm
  147. awsm-async
  148. awsm-codegen
  149. awsm-lwt
  150. azblob
  151. azblob-async
  152. azure-cosmos-db
  153. babel < "v0.17.0"
  154. backoff
  155. bag
  156. baguette_sharp
  157. bam
  158. bam-ppx
  159. bare_encoding
  160. bark
  161. base >= "v0.12.0" & < "v0.17.0"
  162. base32
  163. base64 >= "2.3.0"
  164. base_bigstring < "v0.17.0"
  165. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  166. base_trie < "v0.17.0"
  167. bastet
  168. bastet_async
  169. bastet_lwt
  170. batch_jaro_winkler
  171. batsat
  172. batteries >= "3.7.1"
  173. bddrand
  174. bech32
  175. bechamel
  176. bechamel-js
  177. bechamel-notty
  178. bechamel-perf
  179. beluga >= "1.0"
  180. benchmark >= "1.6"
  181. benchpress
  182. benchpress-server
  183. bencode >= "2.0"
  184. bentov
  185. bestline
  186. bheap >= "2.0.0"
  187. bidirectional_map < "v0.17.0"
  188. bigarray-compat
  189. bigarray-overlap
  190. bigdecimal < "v0.17.0"
  191. bignum >= "v0.12.0" & < "v0.17.0"
  192. bigstring >= "0.3"
  193. bigstring-unix >= "0.3"
  194. bigstringaf >= "0.5.0"
  195. bimage
  196. bimage-display
  197. bimage-gtk
  198. bimage-io
  199. bimage-lwt
  200. bimage-sdl
  201. bimage-unix
  202. bimap
  203. bin_prot >= "v0.12.0" & < "v0.17.0"
  204. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  205. binaryen_dsl
  206. bindlib >= "6.0.0"
  207. biniou >= "1.2.1"
  208. binning
  209. binsec >= "0.4.0"
  210. bio_io
  211. biocaml >= "0.9.0"
  212. biotk
  213. bisect_ppx >= "1.4.0"
  214. bistro >= "0.5.0"
  215. bistro-bio
  216. bitcoin >= "3.0"
  217. bitcoin-cohttp-async
  218. bitcoin-cohttp-lwt
  219. bitcoin-ocurl
  220. bitcoinml >= "0.4.1"
  221. bitlib
  222. bitmasks >= "1.2.0"
  223. bitpack_serializer
  224. bitstring >= "3.1.1"
  225. bitv >= "1.4"
  226. bitwuzla
  227. bitwuzla-bin < "1.0.0"
  228. bitwuzla-c
  229. bitwuzla-cxx
  230. bjack >= "0.1.6"
  231. blake3
  232. bloomf
  233. bls12-381 < "19.0"
  234. bls12-381-gen
  235. bls12-381-hash
  236. bls12-381-js
  237. bls12-381-js-gen
  238. bls12-381-legacy
  239. bls12-381-signature
  240. bls12-381-unix
  241. blurhash
  242. bnfgen
  243. bogue
  244. bogue-tutorials
  245. boltzgen
  246. bonsai < "v0.17.0"
  247. boulangerie
  248. box
  249. brr-lwd
  250. bson2
  251. bst >= "7.0.1"
  252. buffer-pool
  253. build_path_prefix_map >= "0.3"
  254. builder
  255. builder-web
  256. bun >= "0.3.4"
  257. bwd
  258. bwrap
  259. bytearray >= "1.0.1"
  260. bytebuffer
  261. bytepdf
  262. bz2
  263. ca-certs
  264. ca-certs-nss
  265. cachet
  266. cachet-lwt
  267. cachet-solo5
  268. cactus
  269. cairn
  270. cairo2 >= "0.6"
  271. cairo2-gtk
  272. cairo2-pango
  273. caisar < "0.2.1"
  274. caisar-ir
  275. caisar-nnet
  276. caisar-onnx
  277. caisar-ovo
  278. caisar-xgboost
  279. calcium
  280. calculon >= "0.4"
  281. calculon-redis
  282. calculon-redis-lib
  283. calculon-web >= "0.4"
  284. caldav < "0.2.2"
  285. calendar >= "3.0.0"
  286. calendars
  287. calipso
  288. calli
  289. callipyge >= "0.2"
  290. camelot
  291. camels
  292. camelsnakekebab
  293. camlimages >= "5.0.2"
  294. camlix
  295. camlon >= "3.1.0"
  296. camlp-streams
  297. camlrack
  298. camltc >= "0.9.8"
  299. camomile >= "1.0.2"
  300. camyll
  301. canary
  302. capnp >= "3.5.0"
  303. capnp-rpc >= "0.3.2" & < "2.0"
  304. capnp-rpc-lwt >= "0.3.2" & < "2.0"
  305. capnp-rpc-mirage >= "0.3.2"
  306. capnp-rpc-net < "2.0"
  307. capnp-rpc-unix >= "0.3.2" & < "2.0"
  308. caqti >= "1.0.0" & < "2.1.1"
  309. caqti-async >= "1.0.0" & < "2.1.1"
  310. caqti-driver-mariadb >= "1.0.0" & < "2.1.1"
  311. caqti-driver-pgx < "2.1.1"
  312. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  313. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  314. caqti-dynload >= "1.0.0"
  315. caqti-eio < "2.1.1"
  316. caqti-lwt >= "1.0.0" & < "2.1.1"
  317. caqti-mirage < "2.1.1"
  318. caqti-type-calendar >= "1.0.0"
  319. carbon < "0.2.0"
  320. carray
  321. carton
  322. carton-git
  323. carton-lwt
  324. catala < "0.9.0"
  325. catapult
  326. catapult-client
  327. catapult-daemon
  328. catapult-file
  329. catapult-sqlite
  330. cb-check
  331. cbor >= "0.3"
  332. cborl
  333. ccbg
  334. cconv >= "0.5"
  335. cconv-ppx
  336. cdb
  337. cdrom >= "0.9.4"
  338. ceph
  339. certify >= "0.3.0"
  340. cf
  341. cf-lwt
  342. cfg >= "2.2.0"
  343. cfml
  344. cfstream >= "1.3.1"
  345. chacha
  346. chamelon-unix
  347. chamo >= "4.0"
  348. charInfo_width
  349. charrua
  350. charrua-client >= "0.11.2"
  351. charrua-client-lwt >= "0.11.2"
  352. charrua-client-mirage >= "0.11.2"
  353. charrua-core >= "0.11.2"
  354. charrua-server
  355. charrua-unix >= "0.11.2"
  356. charset
  357. chartjs
  358. chartjs-annotation
  359. chartjs-colorschemes
  360. chartjs-datalabels
  361. chartjs-streaming
  362. chase
  363. checkseum = "0.0.3" | >= "0.2.1"
  364. choice >= "0.4"
  365. chrome-trace < "3.14.0"
  366. cid
  367. cinaps >= "v0.12.0"
  368. clangml >= "4.0.0"
  369. clangml-transforms >= "0.24"
  370. clap >= "0.2.0"
  371. clarity >= "0.4.0"
  372. clarity-lang
  373. class_group_vdf
  374. clim
  375. clim-ppx
  376. climate
  377. clp_operations
  378. clz
  379. cmarker
  380. cmdliner-stdlib
  381. cmon
  382. codept >= "0.10.3"
  383. cohttp >= "1.1.1" & < "6.0.0"
  384. cohttp-async >= "1.1.1" & < "6.0.0"
  385. cohttp-curl < "6.0.0"
  386. cohttp-curl-async < "6.0.0"
  387. cohttp-curl-lwt < "6.0.0"
  388. cohttp-eio < "6.0.0"
  389. cohttp-lwt >= "1.1.1" & < "6.0.0"
  390. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0"
  391. cohttp-lwt-unix >= "1.1.1" & < "6.0.0"
  392. cohttp-mirage >= "1.1.1" & < "6.0.0"
  393. cohttp-server-lwt-unix < "6.0.0"
  394. cohttp-top >= "1.1.1" & < "6.0.0"
  395. cohttp_async_websocket < "v0.17.0"
  396. cohttp_static_handler < "v0.17.0"
  397. coin >= "0.1.1"
  398. colibri2
  399. colibrics
  400. colibrilib
  401. colombe
  402. color >= "0.2.0"
  403. color-brewery
  404. combinat
  405. comby
  406. comby-kernel
  407. comby-semantic
  408. command_rpc >= "v0.12.0" & < "v0.17.0"
  409. conan
  410. conan-cli
  411. conan-database
  412. conan-lwt
  413. conan-unix
  414. conduit >= "1.3.0"
  415. conduit-async >= "1.3.0"
  416. conduit-lwt >= "1.3.0"
  417. conduit-lwt-unix >= "1.3.0"
  418. conduit-mirage
  419. conex >= "0.10.0"
  420. conex-mirage-crypto
  421. conex-nocrypto
  422. confero
  423. config-file >= "1.2.1"
  424. conformist
  425. containers >= "2.4"
  426. containers-data
  427. containers-thread
  428. content_security_policy < "v0.17.0"
  429. cookie
  430. cookies
  431. coq >= "8.14.0"
  432. coq-core
  433. coq-lsp
  434. coq-of-ocaml >= "2.4.1"
  435. coq-serapi >= "8.9.0+0.6.0"
  436. coq-stdlib
  437. coq-waterproof
  438. coqide >= "8.14.0"
  439. coqide-server
  440. core >= "v0.12.0" & < "v0.17.0"
  441. core-and-more
  442. core_bench >= "v0.12.0" & < "v0.17.0"
  443. core_compat
  444. core_extended >= "v0.12.0" & < "v0.17.0"
  445. core_kernel >= "v0.12.3" & < "v0.17.0"
  446. core_profiler >= "v0.12.0" & < "v0.17.0"
  447. core_unix < "v0.17.0"
  448. cosovo
  449. cow >= "2.4.0"
  450. cowabloga >= "0.5.0"
  451. cpm >= "12.1.2"
  452. cppo >= "1.6.6"
  453. cppo_ocamlbuild >= "1.6.6"
  454. cps_toolbox
  455. cpu
  456. cpuid >= "0.1.2"
  457. crc >= "2.1.0"
  458. crlibm >= "0.3"
  459. crontab
  460. crowbar >= "0.2"
  461. crunch >= "2.2.0"
  462. cry >= "0.6.5"
  463. cryptokit >= "1.16.1"
  464. csexp
  465. css
  466. css-parser
  467. cstruct >= "3.3.0"
  468. cstruct-async >= "3.3.0"
  469. cstruct-lwt >= "3.3.0"
  470. cstruct-sexp
  471. cstruct-unix >= "3.3.0"
  472. csv >= "2.2"
  473. csv-lwt >= "2.1"
  474. csvfields >= "v0.12.0" & < "v0.17.0"
  475. csvtool
  476. ctoxml
  477. ctypes >= "0.21.1"
  478. ctypes-foreign >= "0.21.1"
  479. ctypes-zarith
  480. ctypes_stubs_js
  481. cucumber
  482. cudf >= "0.10"
  483. cue_sheet_maker
  484. cuid >= "0.2"
  485. cumulus
  486. curly >= "0.2.0"
  487. current
  488. current-albatross-deployer
  489. current-web-pipelines
  490. current_ansi
  491. current_docker
  492. current_examples
  493. current_git
  494. current_github
  495. current_gitlab
  496. current_incr
  497. current_ocluster
  498. current_rpc
  499. current_slack
  500. current_ssh
  501. current_web
  502. curses >= "1.0.9"
  503. curve-sampling
  504. cviode
  505. cwe_checker
  506. DrawGrammar >= "0.2.2"
  507. daft >= "0.0.4"
  508. dap
  509. data-encoding
  510. dataframe
  511. datakit >= "0.12.2"
  512. datakit-bridge-github >= "0.12.2"
  513. datakit-bridge-local-git >= "0.12.2"
  514. datakit-ci >= "0.12.2"
  515. datakit-client >= "0.12.2"
  516. datakit-client-9p >= "0.12.2"
  517. datakit-client-git >= "0.12.2"
  518. datakit-github >= "0.12.2"
  519. datakit-server >= "0.12.2"
  520. datakit-server-9p >= "0.12.2"
  521. datalog >= "0.6"
  522. dates_calc < "0.0.7"
  523. daypack-lib
  524. dbf != "0.1.1"
  525. dblp
  526. dblp-api
  527. debian-formats >= "0.1.2"
  528. decimal
  529. decoders >= "0.1.2"
  530. decoders-bencode
  531. decoders-cbor
  532. decoders-ezjsonm >= "0.1.2"
  533. decoders-ezxmlm
  534. decoders-jsonaf
  535. decoders-jsonm
  536. decoders-msgpck
  537. decoders-sexplib
  538. decoders-yojson >= "0.1.2"
  539. decompress >= "0.8.1"
  540. dedent < "v0.17.0"
  541. dedukti >= "2.7"
  542. delimcc_of_fxhandler
  543. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  544. depyt >= "0.3.0"
  545. devkit >= "1.0"
  546. diet >= "0.2"
  547. diffable
  548. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  549. directories
  550. dirsift
  551. dirsp-exchange
  552. dirsp-exchange-kbb2017
  553. dirsp-proscript
  554. dirsp-proscript-mirage
  555. dirsp-ps2ocaml
  556. diskuvbox
  557. disml
  558. dispatch >= "0.4.1"
  559. dispatch-js >= "0.4.1"
  560. distributed >= "0.6.0"
  561. distributed-lwt >= "0.2.0"
  562. distributed-uwt >= "0.2.0"
  563. dkim
  564. dkim-bin
  565. dkim-mirage
  566. dkml-c-probe
  567. dkml-component-offline-ocamlrun
  568. dkml-component-offline-opam
  569. dkml-component-staging-ocamlrun
  570. dkml-component-staging-opam32
  571. dkml-component-staging-opam64
  572. dkml-dune-dsl
  573. dkml-dune-dsl-show
  574. dkml-install
  575. dkml-install-installer
  576. dkml-install-runner
  577. dkml-option-vcpkg
  578. dkml-package-console
  579. dkml-runtime-common >= "2.0.3"
  580. dkml-runtime-distribution
  581. dkml-workflows
  582. dlm >= "0.3.1"
  583. dmap
  584. dns >= "1.1.0"
  585. dns-async >= "1.1.0"
  586. dns-certify
  587. dns-cli
  588. dns-client
  589. dns-client-lwt
  590. dns-client-miou-unix
  591. dns-client-mirage
  592. dns-lwt >= "1.1.0"
  593. dns-lwt-unix >= "1.1.0"
  594. dns-mirage
  595. dns-resolver
  596. dns-server
  597. dns-stub
  598. dns-tsig
  599. dnssec
  600. docfd
  601. docker-api >= "0.2"
  602. docker_hub
  603. dockerfile >= "6.0.0"
  604. dockerfile-cmd >= "6.0.0"
  605. dockerfile-opam >= "6.0.0"
  606. docteur
  607. docteur-solo5
  608. docteur-unix
  609. doculib
  610. doi2bib
  611. dokeysto >= "3.0.2"
  612. dokeysto_camltc >= "3.0.2"
  613. dokeysto_lz4 >= "3.0.2"
  614. dolmen >= "0.4.1"
  615. dolmen_bin
  616. dolmen_loop
  617. dolmen_lsp
  618. dolmen_model
  619. dolmen_type
  620. dolog >= "4.0.0"
  621. domain-local-await < "1.0.1"
  622. domain-local-timeout
  623. domain-name >= "0.1.2"
  624. domain_shims
  625. domainslib
  626. dose3 >= "6.1"
  627. dose3-extra
  628. dot-merlin-reader
  629. dotenv
  630. dream
  631. dream-accept
  632. dream-cli
  633. dream-encoding
  634. dream-html
  635. dream-htmx
  636. dream-httpaf
  637. dream-livereload
  638. dream-pure
  639. dream-serve
  640. drom >= "0.3.0"
  641. drom_lib >= "0.3.0"
  642. drom_toml
  643. dropbox >= "0.2"
  644. dropbox_lwt_unix
  645. dscheck < "0.4.0"
  646. dssi >= "0.1.3"
  647. dtc-pb
  648. dtoa >= "0.3.2"
  649. dtools >= "0.4.2"
  650. dual
  651. duff >= "0.2"
  652. dum >= "1.0.3"
  653. dump_ocamlformat
  654. dune-action-plugin < "3.14.0"
  655. dune-build-info < "3.14.0"
  656. dune-cargo-build
  657. dune-compiledb
  658. dune-configurator >= "1.11.4" & < "3.14.0"
  659. dune-deps
  660. dune-expand
  661. dune-glob < "3.14.0"
  662. dune-private-libs < "3.14.0"
  663. dune-release >= "1.0.0" & < "2.0.0"
  664. dune-rpc < "3.14.0"
  665. dune-rpc-lwt < "3.14.0"
  666. dune-site < "3.14.0"
  667. duppy >= "0.9.0"
  668. duration >= "0.1.2"
  669. dyn < "3.14.0"
  670. earley >= "2.0.0"
  671. earlybird
  672. easy-format >= "1.3.2"
  673. easy_logging
  674. easy_logging_yojson
  675. ecaml >= "v0.12.0" & < "v0.17.0"
  676. edn >= "0.1.6-1-gff9db95"
  677. ego
  678. eigen >= "0.1.0"
  679. eio < "0.11"
  680. eio-ssl
  681. eio_linux < "0.11"
  682. eio_main < "0.11"
  683. eio_posix < "0.11"
  684. eio_windows < "0.11"
  685. either
  686. elasticsearch-cli >= "0.5"
  687. electrod >= "0.2.1"
  688. eliom >= "10.1.2"
  689. elm_core
  690. elm_playground
  691. elm_playground_native
  692. elm_playground_web
  693. elm_system
  694. elpi >= "1.3.1"
  695. email_message >= "v0.12.0" & < "v0.17.0"
  696. embedded_ocaml_templates
  697. emile >= "0.4"
  698. encoding
  699. encore >= "0.3"
  700. env_config < "v0.17.0"
  701. epictetus
  702. eqaf >= "0.2"
  703. eqaf-cstruct
  704. equinoxe
  705. equinoxe-cohttp
  706. equinoxe-hlc
  707. erlang
  708. errpy
  709. erssical >= "1.1.0"
  710. esgg
  711. esperanto-cosmopolitan >= "0.0.5"
  712. ethernet
  713. euler
  714. exenum >= "0.86"
  715. exit
  716. expect >= "0.1.0"
  717. expect_test_helpers >= "v0.12.0"
  718. expect_test_helpers_async < "v0.17.0"
  719. expect_test_helpers_core < "v0.17.0"
  720. expect_test_helpers_kernel >= "v0.12.0"
  721. extism
  722. extism-manifest
  723. extlib >= "1.7.9"
  724. extunix >= "0.3.1"
  725. ez_api
  726. ez_cmdliner >= "0.2.0"
  727. ez_config >= "0.2.0"
  728. ez_file >= "0.3.0"
  729. ez_hash
  730. ez_pgocaml
  731. ez_search
  732. ez_subst
  733. ezcurl
  734. ezcurl-lwt
  735. ezdl
  736. ezgzip >= "0.2.3"
  737. ezjs_ace
  738. ezjs_blockies
  739. ezjs_cleave
  740. ezjs_crypto
  741. ezjs_cytoscape
  742. ezjs_d3pie
  743. ezjs_extension
  744. ezjs_fetch
  745. ezjs_idb
  746. ezjs_jquery
  747. ezjs_min
  748. ezjs_odometer
  749. ezjs_push
  750. ezjs_qrcode
  751. ezjs_recaptcha
  752. ezjs_timeline
  753. ezjsonm >= "1.0.0"
  754. ezjsonm-encoding
  755. ezjsonm-lwt >= "1.0.0"
  756. ezresto
  757. ezresto-directory
  758. ezsqlite >= "0.4.2"
  759. ezxenstore >= "0.4.1"
  760. ezxmlm >= "1.1.0"
  761. FPauth
  762. FPauth-core
  763. FPauth-responses
  764. FPauth-strategies
  765. FrontC >= "4.0.0"
  766. faad >= "0.5.0"
  767. facteur
  768. fadbadml >= "0.1.2"
  769. faraday >= "0.7.1"
  770. faraday-async >= "0.7.1"
  771. faraday-lwt >= "0.7.1"
  772. faraday-lwt-unix >= "0.7.1"
  773. farith
  774. farmhash >= "0.4"
  775. fasmifra
  776. fat-filesystem >= "0.13.0"
  777. fd-send-recv >= "2.0.1"
  778. fdkaac >= "0.3.2"
  779. feat
  780. feat-core
  781. feat-num
  782. feather
  783. feather_async
  784. ff
  785. ff-bench
  786. ff-pbt
  787. ff-sig
  788. ffmpeg >= "1.0.0~beta1"
  789. ffmpeg-av
  790. ffmpeg-avcodec
  791. ffmpeg-avdevice
  792. ffmpeg-avfilter
  793. ffmpeg-avutil
  794. ffmpeg-swresample
  795. ffmpeg-swscale
  796. fftw3 >= "0.8.2"
  797. fiat-p256
  798. fiber
  799. fiber-lwt
  800. fieldslib >= "v0.12.0" & < "v0.17.0"
  801. file_path < "v0.17.0"
  802. fileutils >= "0.6.1"
  803. finch
  804. fit
  805. fix >= "20181206"
  806. flac >= "0.3.0"
  807. flatunionfind
  808. flex-array
  809. flint
  810. flow_parser >= "0.229.1"
  811. fmlib
  812. fmlib_browser
  813. fmlib_js
  814. fmlib_parse
  815. fmlib_pretty
  816. fmlib_std
  817. fontforge-of-ocaml
  818. forester < "4.2.0"
  819. frama-c >= "26.0~beta" & < "30.0~beta"
  820. frama-c-lannotate >= "0.2.3"
  821. frama-c-luncov >= "0.2.1"
  822. frama-c-metacsl >= "0.4" & < "0.8~beta"
  823. frama-clang < "0.0.17~beta"
  824. fred
  825. freetds >= "0.7"
  826. frei0r >= "0.1.2"
  827. frenetic >= "5.0.5"
  828. fromager
  829. fsevents
  830. fsevents-lwt
  831. fsml
  832. fswatch
  833. fswatch_async
  834. fswatch_lwt
  835. fun-postgresql
  836. fun-sql
  837. fun-sqlite
  838. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  839. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  840. fuseau
  841. fuseau-lwt
  842. fuzzy_compare
  843. fuzzy_match < "v0.17.0"
  844. fzf < "v0.17.0"
  845. General >= "0.6.0"
  846. GT
  847. gapi-ocaml >= "0.3.7"
  848. gbddml
  849. gd >= "1.1"
  850. gdbprofiler >= "0.4"
  851. gemini >= "0.3.0"
  852. gen >= "0.5.2"
  853. gen_js_api >= "1.0.6"
  854. genprint
  855. genspio >= "0.0.3"
  856. genspir >= "1.0.1"
  857. geojson
  858. geojsone
  859. geoml
  860. get_line >= "7.0.0"
  861. getopt >= "20230213"
  862. gettext >= "0.4.1"
  863. gettext-camomile
  864. gettext-stub
  865. git >= "2.0.0"
  866. git-cohttp
  867. git-cohttp-mirage
  868. git-cohttp-unix
  869. git-http >= "2.0.0"
  870. git-kv != "0.1.0"
  871. git-mirage >= "2.0.0"
  872. git-paf
  873. git-unix >= "2.0.0"
  874. github >= "4.0.0"
  875. github-data
  876. github-hooks >= "0.4.0"
  877. github-hooks-unix >= "0.4.0"
  878. github-jsoo >= "4.0.0"
  879. github-unix >= "4.0.0"
  880. gitlab
  881. gitlab-jsoo
  882. gitlab-unix
  883. gitlab_pipeline_notifier
  884. glfw-ocaml
  885. globlon
  886. gluten
  887. gluten-async
  888. gluten-eio
  889. gluten-lwt
  890. gluten-lwt-unix
  891. gluten-mirage
  892. gmap >= "0.2.1"
  893. gmp
  894. gnuplot >= "0.6"
  895. gobba
  896. gobject-introspection
  897. goblint >= "1.1.1"
  898. goblint-cil >= "1.8.0"
  899. google-drive-ocamlfuse >= "0.6.26"
  900. gopcaml-mode >= "0.0.2"
  901. gopcaml-mode-merlin
  902. gospel
  903. gotd
  904. gperftools >= "0.4"
  905. gpiod
  906. gpr >= "1.4.0"
  907. gpt
  908. gptar
  909. gr
  910. grace
  911. gradescope_submit
  912. graphics >= "5.0.0"
  913. graphql >= "0.8.0"
  914. graphql-async >= "0.8.0"
  915. graphql-cohttp >= "0.9.0"
  916. graphql-lwt >= "0.8.0"
  917. graphql_parser >= "0.9.0"
  918. graphql_ppx >= "0.7.1"
  919. graphv
  920. graphv_core
  921. graphv_core_lib
  922. graphv_font
  923. graphv_font_js
  924. graphv_font_stb_truetype
  925. graphv_gles2
  926. graphv_gles2_native
  927. graphv_gles2_native_impl
  928. graphv_webgl
  929. graphv_webgl_impl
  930. gremlin
  931. grenier >= "0.8"
  932. grid
  933. grpc
  934. grpc-async
  935. grpc-bench
  936. grpc-eio
  937. grpc-examples
  938. grpc-lwt
  939. gsl >= "1.24.0"
  940. gstreamer >= "0.3.1"
  941. guardian
  942. guile
  943. h1
  944. h1-lwt-unix
  945. h1_parser
  946. h2
  947. h2-async
  948. h2-eio
  949. h2-lwt
  950. h2-lwt-unix
  951. h2-mirage
  952. hack_parallel >= "1.0.0"
  953. hacl-star
  954. hacl-star-raw >= "0.5.0"
  955. hacl_func
  956. hacl_x25519
  957. happy-eyeballs
  958. happy-eyeballs-lwt
  959. happy-eyeballs-miou-unix
  960. happy-eyeballs-mirage
  961. hardcaml >= "v0.12.0" & < "v0.17.0"
  962. hardcaml-lua
  963. hardcaml_axi < "v0.17.0"
  964. hardcaml_c < "v0.17.0"
  965. hardcaml_circuits < "v0.17.0"
  966. hardcaml_fixed_point < "v0.17.0"
  967. hardcaml_handshake < "v0.17.0"
  968. hardcaml_of_verilog < "v0.17.0"
  969. hardcaml_step_testbench < "v0.17.0"
  970. hardcaml_verify < "v0.17.0"
  971. hardcaml_verilator < "v0.17.0"
  972. hardcaml_waveterm < "v0.17.0"
  973. hardcaml_xilinx < "v0.17.0"
  974. hardcaml_xilinx_components < "v0.17.0"
  975. hardcaml_xilinx_reports < "v0.17.0"
  976. hashcons >= "1.4.0"
  977. hashids >= "1.0.1"
  978. haxe >= "4.1.1"
  979. hc
  980. hdf5 >= "0.1.5"
  981. hdr_histogram >= "0.0.3"
  982. headache >= "1.04"
  983. header-check
  984. herdtools7 >= "7.55"
  985. hex >= "1.3.0"
  986. hex_encode < "v0.17.0"
  987. hexstring
  988. hg_lib < "v0.17.0"
  989. hidapi >= "1.1"
  990. hidapi-lwt
  991. higher_kinded < "v0.17.0"
  992. higlo >= "0.8"
  993. hilite
  994. hkdf >= "1.0.3"
  995. hl_yaml
  996. hockmd
  997. hol2dk
  998. horned_worm >= "0.3.4"
  999. hpack
  1000. hsluv
  1001. htmlfromtexbooks
  1002. hts_shrink >= "2.1.2"
  1003. http < "6.0.0"
  1004. http-cookie
  1005. http-date
  1006. http-lwt-client
  1007. http-mirage-client
  1008. http-multipart-formdata
  1009. http_async
  1010. httpaf >= "0.6.0"
  1011. httpaf-async >= "0.6.0"
  1012. httpaf-lwt-unix
  1013. httpaf_caged
  1014. httpcats
  1015. httph
  1016. httpun
  1017. httpun-async
  1018. httpun-eio
  1019. httpun-lwt
  1020. httpun-lwt-unix
  1021. httpun-mirage
  1022. httpun-types
  1023. httpun-ws
  1024. httpun-ws-async
  1025. httpun-ws-eio
  1026. httpun-ws-lwt
  1027. httpun-ws-lwt-unix
  1028. httpun-ws-mirage
  1029. huffman
  1030. hvsock >= "2.0.0"
  1031. hxd
  1032. hyper
  1033. ISO3166
  1034. ISO8601 >= "0.2.6"
  1035. i3ipc >= "0.1.4"
  1036. icalendar
  1037. idd
  1038. idds
  1039. imagelib >= "20200929"
  1040. incr_dom >= "v0.12.0" & < "v0.17.0"
  1041. incr_dom_interactive < "v0.17.0"
  1042. incr_dom_keyboard
  1043. incr_dom_partial_render < "v0.17.0"
  1044. incr_dom_sexp_form < "v0.17.0"
  1045. incr_dom_widgets >= "v0.12.0"
  1046. incr_map >= "v0.12.0" & < "v0.17.0"
  1047. incr_select >= "v0.12.0" & < "v0.17.0"
  1048. incremental >= "v0.12.0" & < "v0.17.0"
  1049. indentation_buffer < "v0.17.0"
  1050. index
  1051. index-bench
  1052. inferno >= "20190924"
  1053. influxdb
  1054. influxdb-async
  1055. influxdb-lwt
  1056. inotify >= "2.4" & < "2.6"
  1057. inquire
  1058. inquirer_oc
  1059. int_repr < "v0.17.0"
  1060. integers >= "0.3.0"
  1061. integers_stubs_js
  1062. integration1d >= "0.5.1"
  1063. interface-prime
  1064. interface-prime-lwt
  1065. interval >= "1.5" & < "1.6"
  1066. interval-map
  1067. interval_base
  1068. interval_crlibm
  1069. interval_intel
  1070. io-page >= "2.1.0"
  1071. io-page-unix >= "2.1.0"
  1072. io-page-xen >= "2.1.0"
  1073. iomux
  1074. iostream
  1075. iostream-camlzip
  1076. ip2location
  1077. ip2locationio
  1078. ip2whois
  1079. ipaddr >= "2.9.0"
  1080. ipaddr-cstruct
  1081. ipaddr-sexp
  1082. irc-client >= "0.6.2"
  1083. irc-client-lwt >= "0.6.2"
  1084. irc-client-lwt-ssl
  1085. irc-client-tls >= "0.6.2"
  1086. irc-client-unix >= "0.6.2"
  1087. iri >= "0.6.0"
  1088. irmin >= "2.0.0"
  1089. irmin-bench
  1090. irmin-chunk >= "2.0.0"
  1091. irmin-cli
  1092. irmin-client
  1093. irmin-containers
  1094. irmin-fs >= "2.0.0"
  1095. irmin-git >= "2.0.0"
  1096. irmin-graphql
  1097. irmin-http >= "2.0.0"
  1098. irmin-indexeddb >= "2.0"
  1099. irmin-layers
  1100. irmin-mem >= "2.0.0"
  1101. irmin-mirage >= "2.0.0"
  1102. irmin-mirage-git
  1103. irmin-mirage-graphql
  1104. irmin-pack
  1105. irmin-pack-tools
  1106. irmin-server
  1107. irmin-test
  1108. irmin-tezos
  1109. irmin-tezos-utils
  1110. irmin-unix >= "2.0.0"
  1111. irmin-watcher >= "0.5.0"
  1112. iso639
  1113. iter >= "1.4"
  1114. itv-tree >= "2.2"
  1115. JsOfOCairo >= "2.0.0"
  1116. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1117. jane_rope < "v0.17.0"
  1118. janestreet_cpuid < "v0.17.0"
  1119. janestreet_csv < "v0.17.0"
  1120. janestreet_lru_cache < "v0.17.0"
  1121. jasmin >= "2023.06.0"
  1122. jekyll-format >= "0.2.0"
  1123. jemalloc >= "0.2"
  1124. jerboa
  1125. jext
  1126. jhupllib >= "0.2.1"
  1127. jingoo >= "1.3.0"
  1128. jose
  1129. js_of_ocaml >= "3.3.0" & < "5.9.0"
  1130. js_of_ocaml-compiler >= "3.3.0" & < "5.9.0"
  1131. js_of_ocaml-lwt >= "3.3.0" & < "5.9.0"
  1132. js_of_ocaml-ocamlbuild >= "3.5.0"
  1133. js_of_ocaml-ppx >= "3.3.0" & < "5.9.0"
  1134. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "5.9.0"
  1135. js_of_ocaml-toplevel >= "3.3.0" & < "5.9.0"
  1136. js_of_ocaml-tyxml >= "3.3.0" & < "5.9.0"
  1137. js_of_ocaml-webgpu
  1138. js_of_ocaml-webidl
  1139. js_of_ocaml_patches < "v0.17.0"
  1140. json-data-encoding
  1141. json-data-encoding-browser
  1142. json-data-encoding-bson
  1143. json_decoder
  1144. jsonaf < "v0.17.0"
  1145. jsonoo
  1146. jsonrpc
  1147. jsonschema2atd
  1148. jsonxt
  1149. jsoo-react
  1150. jsoo_broadcastchannel >= "2.0.0"
  1151. jsoo_storage >= "1.0.1"
  1152. jst-config < "v0.17.0"
  1153. junit >= "2.0.1"
  1154. junit_alcotest >= "2.0.1"
  1155. junit_ounit >= "2.0.1"
  1156. jupyter >= "2.3.2"
  1157. jupyter-archimedes >= "2.3.2"
  1158. jupyter-kernel
  1159. jwto
  1160. kafka >= "0.5"
  1161. kafka_async
  1162. kafka_lwt
  1163. kappa-agents
  1164. kappa-binaries
  1165. kappa-library
  1166. kappa-server
  1167. kcas < "0.7.0"
  1168. kcas_data < "0.7.0"
  1169. kdf
  1170. kdl
  1171. ke
  1172. key-parsers >= "0.10.0"
  1173. kicadsch >= "0.4.0"
  1174. kind2
  1175. kinetic-client >= "0.0.11"
  1176. kittyimg
  1177. kkmarkdown
  1178. kmt
  1179. knights_tour
  1180. kqueue
  1181. krb
  1182. lab
  1183. lablgtk3 >= "3.0.beta4"
  1184. lablgtk3-extras >= "3.0.1"
  1185. lablgtk3-goocanvas2
  1186. lablgtk3-gtkspell3
  1187. lablgtk3-rsvg2
  1188. lablgtk3-sourceview3
  1189. lablqml >= "0.6"
  1190. labrys
  1191. lacaml >= "11.0.2"
  1192. ladspa >= "0.2.0"
  1193. lambda
  1194. lambda-runtime
  1195. lambda-term >= "2.0"
  1196. lambda_streams
  1197. lambda_streams_async
  1198. lambda_streams_lwt
  1199. lambdapi >= "2.0.0"
  1200. lambdasoup >= "0.6.4"
  1201. lame >= "0.3.4"
  1202. landmarks >= "1.4"
  1203. landmarks-ppx
  1204. lascar >= "0.6-alpha"
  1205. lastfm >= "0.3.3"
  1206. launchd >= "1.3"
  1207. lazy-trie >= "1.2.0"
  1208. lbfgs >= "0.9.1"
  1209. lbvs_consent >= "2.1.0"
  1210. ldap >= "2.4.1"
  1211. ldp
  1212. ldp_curl
  1213. ldp_js
  1214. ldp_tls
  1215. leaflet
  1216. learn-ocaml
  1217. learn-ocaml-client
  1218. ledgerwallet
  1219. ledgerwallet-tezos
  1220. lens >= "1.2.3"
  1221. letsencrypt
  1222. letsencrypt-app
  1223. letsencrypt-dns
  1224. letsencrypt-mirage
  1225. letters
  1226. leveldb >= "1.3.0"
  1227. lib_parsing
  1228. libabsolute
  1229. libbinaryen < "105.1.0" | >= "107.0.1"
  1230. libirmin
  1231. libsail
  1232. libsvm >= "0.10.0"
  1233. libzipperposition
  1234. lilac
  1235. lilv
  1236. line-up-words >= "v0.12.0" & < "v0.17.0"
  1237. line_oriented
  1238. linenoise >= "1.2.0"
  1239. links >= "0.9"
  1240. links-mysql
  1241. links-postgresql >= "0.9"
  1242. links-sqlite3
  1243. linol
  1244. linol-eio
  1245. linol-lwt
  1246. lintcstubs
  1247. lintcstubs-arity
  1248. lintcstubs-gen
  1249. linwrap
  1250. liquid_interpreter
  1251. liquid_ml
  1252. liquid_parser
  1253. liquid_std
  1254. liquid_syntax
  1255. liquidsoap >= "2.2.0"
  1256. liquidsoap-core
  1257. liquidsoap-js
  1258. liquidsoap-lang
  1259. liquidsoap-libs
  1260. liquidsoap-libs-extra
  1261. liquidsoap-mode
  1262. little_logger
  1263. llama
  1264. llama-cpp-ocaml
  1265. llama_core
  1266. llama_interactive
  1267. llama_midi
  1268. llvm >= "15.0.7+nnp-2"
  1269. lmdb >= "1.0"
  1270. lo >= "0.2.0"
  1271. lockfree
  1272. loga >= "0.0.5"
  1273. logical
  1274. logs-async < "1.3"
  1275. logs-async-reporter < "1.3"
  1276. logs-ppx
  1277. logs-syslog >= "0.2.0"
  1278. logtk >= "1.5.1"
  1279. lp
  1280. lp-glpk
  1281. lp-glpk-js
  1282. lp-gurobi
  1283. lpd >= "1.2.2"
  1284. lreplay
  1285. lru >= "0.3.0"
  1286. lru_cache
  1287. lsp
  1288. lt-code
  1289. lua-ml >= "0.9.3"
  1290. lua_parser
  1291. lucid
  1292. lun
  1293. lustre-v6 >= "6.103.3"
  1294. lutils >= "1.51.2"
  1295. lutin >= "2.71.10"
  1296. luv
  1297. luv_unix
  1298. lwd
  1299. lwt >= "4.2.0"
  1300. lwt-canceler >= "0.2"
  1301. lwt-dllist
  1302. lwt-exit
  1303. lwt-parallel >= "1.0.0"
  1304. lwt-watcher >= "0.2"
  1305. lwt_domain
  1306. lwt_eio < "0.4"
  1307. lwt_glib >= "1.1.1"
  1308. lwt_log >= "1.1.1"
  1309. lwt_ppx >= "1.2.2"
  1310. lwt_react >= "1.1.2"
  1311. lwt_retry
  1312. lwt_ssl >= "1.1.3"
  1313. lz4 >= "1.2.0"
  1314. lz4_chans >= "3.0.1"
  1315. lzo >= "0.0.3"
  1316. m_tree
  1317. macaddr
  1318. macaddr-cstruct
  1319. macaddr-sexp
  1320. mad >= "0.5.0"
  1321. magic-mime >= "1.1.2"
  1322. magic-trace
  1323. make-random
  1324. malfunction
  1325. man_in_the_middle_debugger < "v0.17.0"
  1326. markdown
  1327. markup >= "0.8.0"
  1328. markup-lwt
  1329. mastodon-archive-viewer >= "0.2"
  1330. matita
  1331. matplotlib
  1332. mbr-format >= "1.0.0"
  1333. mc2
  1334. mccs >= "1.1+10"
  1335. md2mld
  1336. mdx != "1.7.0"
  1337. mec
  1338. mechaml >= "1.1.0"
  1339. mehari
  1340. mehari-eio
  1341. mehari-eio-unix
  1342. mehari-lwt-unix
  1343. mehari-mirage
  1344. mel
  1345. melange < "1.0.0"
  1346. melange-compiler-libs
  1347. meldep
  1348. mem_usage
  1349. memcad >= "1.1.0"
  1350. memgraph
  1351. memgraph_kitty
  1352. memo
  1353. memprof-limits
  1354. memtrace
  1355. memtrace-mirage
  1356. memtrace_viewer
  1357. menhir >= "20200123"
  1358. menhirCST
  1359. menhirLib
  1360. menhirSdk
  1361. merge-fmt
  1362. merlin >= "3.2.1"
  1363. merlin-extend >= "0.4"
  1364. merlin-lib
  1365. mesh >= "0.9.5"
  1366. mesh-easymesh >= "0.9.5"
  1367. mesh-graphics >= "0.9.5"
  1368. mesh-triangle >= "0.9.5"
  1369. metadata
  1370. metadb
  1371. metapp
  1372. metaquot
  1373. metrics
  1374. metrics-influx
  1375. metrics-lwt
  1376. metrics-mirage
  1377. metrics-rusage
  1378. metrics-unix
  1379. mew
  1380. mew_vi
  1381. middleware
  1382. mimic
  1383. mimic-happy-eyeballs
  1384. mindstorm >= "0.8"
  1385. mindstorm-lwt
  1386. minicaml
  1387. minicli >= "5.0.2"
  1388. minisat >= "0.3"
  1389. miou
  1390. mirage >= "3.3.0"
  1391. mirage-block >= "1.2.0"
  1392. mirage-block-ccm >= "1.1.0"
  1393. mirage-block-combinators
  1394. mirage-block-lwt >= "1.2.0"
  1395. mirage-block-partition
  1396. mirage-block-ramdisk >= "0.4"
  1397. mirage-block-solo5 >= "0.6.0"
  1398. mirage-block-unix >= "2.11.0"
  1399. mirage-block-xen
  1400. mirage-bootvar
  1401. mirage-bootvar-solo5 >= "0.6.0"
  1402. mirage-bootvar-unix
  1403. mirage-bootvar-xen >= "0.6.0"
  1404. mirage-channel >= "3.2.0"
  1405. mirage-channel-lwt >= "3.2.0"
  1406. mirage-clock >= "2.0.0"
  1407. mirage-clock-freestanding >= "2.0.0"
  1408. mirage-clock-lwt >= "2.0.0"
  1409. mirage-clock-solo5
  1410. mirage-clock-unix >= "2.0.0"
  1411. mirage-conduit = "1.3.0" | >= "3.1.0"
  1412. mirage-console >= "2.4.0"
  1413. mirage-console-lwt >= "2.4.0"
  1414. mirage-console-solo5 >= "0.6.0"
  1415. mirage-console-unix >= "2.4.1"
  1416. mirage-console-xen
  1417. mirage-console-xen-backend >= "2.4.0"
  1418. mirage-console-xen-proto >= "2.4.0"
  1419. mirage-crypto
  1420. mirage-crypto-ec
  1421. mirage-crypto-entropy
  1422. mirage-crypto-pk
  1423. mirage-crypto-rng
  1424. mirage-crypto-rng-async
  1425. mirage-crypto-rng-eio
  1426. mirage-crypto-rng-lwt
  1427. mirage-crypto-rng-miou-unix
  1428. mirage-crypto-rng-mirage
  1429. mirage-device >= "1.2.0"
  1430. mirage-dns >= "3.1.0"
  1431. mirage-entropy >= "0.5.1"
  1432. mirage-flow >= "1.6.0"
  1433. mirage-flow-combinators
  1434. mirage-flow-lwt >= "1.6.0"
  1435. mirage-flow-rawlink >= "1.1.0"
  1436. mirage-flow-unix >= "1.6.0"
  1437. mirage-fs >= "1.2.0"
  1438. mirage-fs-lwt >= "1.2.0"
  1439. mirage-fs-mem
  1440. mirage-fs-unix >= "1.6.0"
  1441. mirage-kv >= "2.0.0"
  1442. mirage-kv-lwt >= "2.0.0"
  1443. mirage-kv-mem
  1444. mirage-kv-unix < "3.0.0"
  1445. mirage-logs >= "1.0.0"
  1446. mirage-monitoring
  1447. mirage-nat >= "1.1.0"
  1448. mirage-net >= "2.0.0"
  1449. mirage-net-lwt >= "2.0.0"
  1450. mirage-net-macosx >= "1.5.0"
  1451. mirage-net-solo5 >= "0.4.3"
  1452. mirage-net-unix >= "2.5.0"
  1453. mirage-net-xen
  1454. mirage-profile >= "0.9.0"
  1455. mirage-profile-unix >= "0.9.0"
  1456. mirage-profile-xen >= "0.9.0"
  1457. mirage-protocols >= "2.0.0"
  1458. mirage-protocols-lwt >= "2.0.0"
  1459. mirage-qubes >= "0.7.0"
  1460. mirage-qubes-ipv4 >= "0.7.0"
  1461. mirage-random >= "1.2.0"
  1462. mirage-random-stdlib
  1463. mirage-random-test
  1464. mirage-runtime >= "3.3.0"
  1465. mirage-solo5 >= "0.6.2"
  1466. mirage-stack >= "1.4.0"
  1467. mirage-stack-lwt >= "1.4.0"
  1468. mirage-time >= "1.3.0"
  1469. mirage-time-lwt >= "1.3.0"
  1470. mirage-time-unix >= "1.3.0"
  1471. mirage-types >= "3.3.0"
  1472. mirage-types-lwt >= "3.3.0"
  1473. mirage-unix >= "3.2.0"
  1474. mirage-vnetif >= "0.4.2"
  1475. mirage-vnetif-stack
  1476. mirage-xen
  1477. mkaudio >= "1.1.0"
  1478. mkocaml
  1479. mlbdd >= "0.7.2"
  1480. mlfenv
  1481. mlmpfr >= "4.0.2+dune"
  1482. mlpost >= "0.9"
  1483. mlpost-lablgtk
  1484. mlt_parser >= "v0.12.0" & < "v0.17.0"
  1485. mm >= "0.7.0"
  1486. mmap
  1487. mmdb
  1488. mnd
  1489. mock >= "0.1.1"
  1490. mock-ounit >= "0.1.1"
  1491. module-graph
  1492. molenc >= "5.0.0"
  1493. monaco_jsoo
  1494. monolith < "20241126"
  1495. monomorphic >= "2.0"
  1496. monorobot
  1497. moonpool
  1498. moonpool-io
  1499. moonpool-lwt
  1500. mopsa
  1501. morbig >= "0.10.3"
  1502. morsmall
  1503. moss >= "0.1.1"
  1504. mparser >= "1.3"
  1505. mparser-pcre
  1506. mparser-re
  1507. mperf
  1508. mpg123
  1509. mpp >= "0.3.4"
  1510. mpris >= "0.2.0"
  1511. mpris-clients
  1512. mrmime
  1513. mrt-format >= "0.3.1"
  1514. msat >= "0.8"
  1515. msat-bin
  1516. msgpck >= "1.5"
  1517. msgpck-repr
  1518. mssql
  1519. mugen
  1520. mula
  1521. multibase
  1522. multicodec
  1523. multicore-magic < "2.2.0"
  1524. multihash
  1525. multihash-digestif
  1526. multipart-form-data >= "0.3.0"
  1527. multipart_form
  1528. multipart_form-cohttp-lwt
  1529. multipart_form-eio
  1530. multipart_form-lwt
  1531. murmur3 >= "0.3"
  1532. mustache >= "3.1.0"
  1533. mustache-cli
  1534. mutaml
  1535. mutf8
  1536. mwt
  1537. mybuild >= "7"
  1538. mysql8
  1539. mysql_protocol >= "3.0.1"
  1540. n_ary < "v0.17.0"
  1541. naboris
  1542. nacc
  1543. nanoid
  1544. nanosvg
  1545. nanosvg_text
  1546. nbd >= "4.0.3"
  1547. nbd-tool
  1548. nbd-unix
  1549. netchannel
  1550. netkat
  1551. netlink >= "0.3.4"
  1552. netsnmp < "v0.17.0"
  1553. nice_parser
  1554. ninja_utils
  1555. niru
  1556. nloge
  1557. nlopt
  1558. nmea
  1559. noCanren >= "0.3.0~alpha1"
  1560. nocoiner
  1561. node_of_ocaml
  1562. noise
  1563. non_empty_list
  1564. nottui
  1565. nottui-lwt
  1566. nottui-pretty
  1567. notty >= "0.2.3"
  1568. notty_async >= "v0.12.0" & < "v0.17.0"
  1569. np
  1570. npy >= "0.0.9"
  1571. nsq >= "0.4.0"
  1572. numeric_string < "v0.17.0"
  1573. nuscr
  1574. OCADml
  1575. OCanren
  1576. OCanren-ppx
  1577. OSCADml
  1578. obeam
  1579. obelisk >= "0.5.0"
  1580. obuilder
  1581. obuilder-spec
  1582. obus >= "1.2.0"
  1583. ocal >= "0.2.2"
  1584. ocaml-canvas
  1585. ocaml-compiler-libs >= "v0.12.0"
  1586. ocaml-embed-file < "v0.17.0"
  1587. ocaml-in-python
  1588. ocaml-index
  1589. ocaml-lsp-server
  1590. ocaml-lua >= "1.8"
  1591. ocaml-migrate-parsetree >= "1.2.0"
  1592. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1593. ocaml-monadic >= "0.4.1"
  1594. ocaml-print-intf
  1595. ocaml-probes < "v0.17.0"
  1596. ocaml-protoc >= "2.0.1"
  1597. ocaml-protoc-plugin < "6.1.0"
  1598. ocaml-r >= "0.1.1"
  1599. ocaml-syntax-shims
  1600. ocaml-systemd >= "1.3"
  1601. ocaml-top >= "1.2.0"
  1602. ocaml-vdom < "transition"
  1603. ocaml-version >= "1.0.0"
  1604. ocaml_db_model
  1605. ocaml_intrinsics < "v0.17.0"
  1606. ocaml_pgsql_model
  1607. ocaml_plugin >= "v0.12.0"
  1608. ocamlapi
  1609. ocamlapi_async
  1610. ocamlapi_lwt_unix
  1611. ocamlapi_ppx
  1612. ocamlc-loc < "3.14.0"
  1613. ocamlcodoc
  1614. ocamldiff >= "1.2"
  1615. ocamlformat >= "0.24.1"
  1616. ocamlformat-lib
  1617. ocamlformat-mlx
  1618. ocamlformat-mlx-lib
  1619. ocamlformat-rpc < "removed"
  1620. ocamlformat-rpc-lib
  1621. ocamlfuse >= "2.7.1-cvs6"
  1622. ocamlgraph >= "2.0.0"
  1623. ocamlgraph_gtk
  1624. ocamline
  1625. ocamlog
  1626. ocamlregextkit
  1627. ocb
  1628. ocf >= "0.8.0"
  1629. ocf_ppx
  1630. ockt
  1631. ocluster != "0.2"
  1632. ocluster-api
  1633. ocluster-worker
  1634. ocolor
  1635. ocp-browser >= "1.1.9"
  1636. ocp-indent >= "1.7.0"
  1637. ocp-indent-nlfork >= "1.5.4"
  1638. ocp-index >= "1.1.9"
  1639. ocp-search
  1640. ocp_reveal
  1641. ocplib-endian >= "1.1"
  1642. ocplib-json-typed-browser
  1643. ocplib-json-typed-bson
  1644. ocplib-simplex >= "0.5"
  1645. ocplib_stuff >= "0.4.0"
  1646. ocsigen-i18n >= "4.0.0"
  1647. ocsigen-ppx-rpc
  1648. ocsigenserver >= "4.0.1"
  1649. ocsipersist
  1650. ocsipersist-dbm
  1651. ocsipersist-dbm-config
  1652. ocsipersist-lib
  1653. ocsipersist-pgsql
  1654. ocsipersist-pgsql-config
  1655. ocsipersist-sqlite
  1656. ocsipersist-sqlite-config
  1657. octavius >= "1.2.2"
  1658. octez-accuser-Proxford < "19.0"
  1659. octez-accuser-PtLimaPt
  1660. octez-accuser-PtMumbai
  1661. octez-accuser-PtNairob < "19.0"
  1662. octez-alcotezt < "19.0"
  1663. octez-baker-Proxford < "19.0"
  1664. octez-baker-PtLimaPt
  1665. octez-baker-PtMumbai
  1666. octez-baker-PtNairob < "19.0"
  1667. octez-bls12-381-hash
  1668. octez-bls12-381-polynomial
  1669. octez-bls12-381-signature
  1670. octez-client < "19.0"
  1671. octez-codec < "19.0"
  1672. octez-crawler < "19.0"
  1673. octez-dac-client < "19.0"
  1674. octez-dac-node < "19.0"
  1675. octez-distributed-internal < "19.0"
  1676. octez-distributed-lwt-internal < "19.0"
  1677. octez-injector < "19.0"
  1678. octez-l2-libs < "19.0"
  1679. octez-libs < "19.0"
  1680. octez-mec
  1681. octez-node < "19.0"
  1682. octez-node-config < "19.0"
  1683. octez-plompiler
  1684. octez-plonk
  1685. octez-polynomial
  1686. octez-proto-libs < "19.0"
  1687. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1688. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1689. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1690. octez-protocol-003-PsddFKi3-libs < "19.0"
  1691. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1692. octez-protocol-005-PsBabyM1-libs < "19.0"
  1693. octez-protocol-006-PsCARTHA-libs < "19.0"
  1694. octez-protocol-007-PsDELPH1-libs < "19.0"
  1695. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1696. octez-protocol-009-PsFLoren-libs < "19.0"
  1697. octez-protocol-010-PtGRANAD-libs < "19.0"
  1698. octez-protocol-011-PtHangz2-libs < "19.0"
  1699. octez-protocol-012-Psithaca-libs < "19.0"
  1700. octez-protocol-013-PtJakart-libs < "19.0"
  1701. octez-protocol-014-PtKathma-libs < "19.0"
  1702. octez-protocol-015-PtLimaPt-libs < "19.0"
  1703. octez-protocol-016-PtMumbai-libs < "19.0"
  1704. octez-protocol-017-PtNairob-libs < "19.0"
  1705. octez-protocol-018-Proxford-libs < "19.0"
  1706. octez-protocol-alpha-libs < "19.0"
  1707. octez-protocol-compiler < "19.0"
  1708. octez-proxy-server < "19.0"
  1709. octez-shell-libs < "19.0"
  1710. octez-signer < "19.0"
  1711. octez-smart-rollup-client-Proxford
  1712. octez-smart-rollup-client-PtMumbai
  1713. octez-smart-rollup-client-PtNairob
  1714. octez-smart-rollup-node < "19.0"
  1715. octez-smart-rollup-node-alpha < "19.0"
  1716. octez-smart-rollup-node-lib < "19.0"
  1717. octez-smart-rollup-node-Proxford < "19.0"
  1718. octez-smart-rollup-node-PtMumbai
  1719. octez-smart-rollup-node-PtNairob < "19.0"
  1720. octez-smart-rollup-wasm-benchmark-lib
  1721. octez-smart-rollup-wasm-debugger < "19.0"
  1722. octez-tx-rollup-client-PtLimaPt
  1723. octez-tx-rollup-node-PtLimaPt
  1724. octez-version < "19.0"
  1725. odash
  1726. odate >= "0.6"
  1727. odds >= "1.1"
  1728. odep
  1729. odepack >= "0.6.9"
  1730. odnnr
  1731. odoc >= "1.4.0"
  1732. odoc-parser
  1733. oepub
  1734. of_json < "v0.17.0"
  1735. offheap
  1736. ogg = "0.6.0" | >= "0.7.0"
  1737. ohex
  1738. oidc
  1739. ojo
  1740. ojs
  1741. ojs_base
  1742. ojs_base_all
  1743. ojs_base_ppx
  1744. ojs_ed
  1745. ojs_filetree
  1746. ojs_list
  1747. olinq >= "0.3"
  1748. omd >= "1.3.2"
  1749. ometrics
  1750. omg
  1751. omigrate
  1752. omlr >= "1.0.3"
  1753. omtl
  1754. oneffs
  1755. oniguruma
  1756. opam-0install
  1757. opam-0install-cudf
  1758. opam-bin >= "1.0.0"
  1759. opam-build
  1760. opam-client >= "2.0.2"
  1761. opam-compiler
  1762. opam-core >= "2.0.2"
  1763. opam-custom-install
  1764. opam-devel >= "2.0.2"
  1765. opam-ed >= "0.4"
  1766. opam-file-format >= "2.1.0" & < "2.1.5"
  1767. opam-format >= "2.0.2"
  1768. opam-graph
  1769. opam-grep >= "0.2.0"
  1770. opam-installer >= "2.0.2"
  1771. opam-monorepo
  1772. opam-package-upgrade >= "0.2"
  1773. opam-publish >= "2.0.2"
  1774. opam-repository >= "2.0.2"
  1775. opam-solver >= "2.0.2"
  1776. opam-spin
  1777. opam-state >= "2.0.2"
  1778. opam-test
  1779. opam2web >= "2.0"
  1780. opam_bin_lib != "0.9.5"
  1781. opasswd >= "1.3.1"
  1782. opazl
  1783. openai
  1784. openai-gym
  1785. openapi
  1786. openapi-opium
  1787. openapi_router
  1788. opencc0
  1789. opencc1
  1790. opencc1_1
  1791. openQASM
  1792. openstellina
  1793. opentelemetry
  1794. opentelemetry-client-cohttp-lwt
  1795. opentelemetry-client-ocurl
  1796. opentelemetry-cohttp-lwt
  1797. opentelemetry-lwt
  1798. opine
  1799. opium >= "0.17.0"
  1800. opium-graphql
  1801. opium-testing
  1802. opium_kernel >= "0.17.0"
  1803. oplot
  1804. oplsr
  1805. opomodoro
  1806. opsian
  1807. optal
  1808. opti
  1809. optimization1d >= "0.6.1"
  1810. optiml-transport
  1811. optint >= "0.0.2"
  1812. opus >= "0.2.0"
  1813. oraft
  1814. oranger >= "2.0.1"
  1815. orb
  1816. order-i3-xfce
  1817. ordering < "3.14.0"
  1818. ordinal
  1819. ordinal_abbreviation < "v0.17.0"
  1820. ordma >= "0.0.5"
  1821. orec >= "1.0.1"
  1822. orewa
  1823. orf
  1824. orgeat
  1825. orpie
  1826. orrandomForest
  1827. orsvm_e1071 >= "4.0.0"
  1828. orxgboost >= "1.1.0"
  1829. osc >= "0.2.0"
  1830. osc-lwt
  1831. osc-unix
  1832. oseq >= "0.2"
  1833. osh
  1834. oskel
  1835. osnap
  1836. ostap >= "0.6"
  1837. osx-secure-transport >= "0.1.1"
  1838. otf
  1839. otoggl
  1840. otoml
  1841. otr >= "0.3.6"
  1842. ounit = "2.1.2"
  1843. ounit-lwt < "2.2.0"
  1844. ounit2
  1845. ounit2-lwt
  1846. override
  1847. owee >= "0.3"
  1848. owi
  1849. owl >= "0.4.0"
  1850. owl-base >= "0.4.0"
  1851. owl-jupyter
  1852. owl-ode
  1853. owl-ode-base
  1854. owl-ode-odepack
  1855. owl-ode-sundials
  1856. owl-opt
  1857. owl-opt-lbfgs
  1858. owl-plplot
  1859. owl-symbolic
  1860. owl-top >= "0.4.0"
  1861. owl-zoo >= "0.4.0"
  1862. owork
  1863. ozulip
  1864. p4pp
  1865. p5scm
  1866. packstream
  1867. pacomb
  1868. paf
  1869. paf-cohttp
  1870. paf-le
  1871. pam < "v0.17.0"
  1872. pandoc
  1873. pandoc-abbreviations
  1874. pandoc-comment
  1875. pandoc-crossref
  1876. pandoc-include
  1877. pandoc-inspect
  1878. pandoc-pdf2png
  1879. pandoc-replace
  1880. papi >= "0.1.1"
  1881. par_incr
  1882. parany >= "7.0.2"
  1883. pardi >= "2.0.2"
  1884. pari
  1885. pari-bindings
  1886. parmap >= "1.1.1"
  1887. parse-argv >= "0.2.0"
  1888. parsexp >= "v0.12.0" & < "v0.17.0"
  1889. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1890. parsley
  1891. patch
  1892. patdiff >= "v0.12.1" & < "v0.17.0"
  1893. path_glob
  1894. patience_diff >= "v0.12.0" & < "v0.17.0"
  1895. patoline >= "0.2"
  1896. patricia-tree
  1897. pattern
  1898. pb
  1899. pb-plugin
  1900. pbkdf >= "1.0.0"
  1901. pbrt
  1902. pbrt_services
  1903. pbrt_yojson
  1904. pcap-format >= "0.5.2"
  1905. pcre >= "7.3.5"
  1906. pcre2
  1907. pds-reachability >= "0.2.2"
  1908. pecu >= "0.2"
  1909. petr4
  1910. petrol
  1911. pf-qubes
  1912. pg_query
  1913. pgocaml >= "4.0"
  1914. pgocaml_ppx
  1915. pgx >= "1.0"
  1916. pgx_async >= "1.0"
  1917. pgx_lwt >= "1.0"
  1918. pgx_lwt_mirage
  1919. pgx_lwt_unix
  1920. pgx_unix >= "1.0"
  1921. pgx_value_core
  1922. pgx_value_ptime
  1923. phantom-algebra >= "1.0.1"
  1924. phonetic
  1925. phylogenetics
  1926. piaf
  1927. picasso
  1928. piece_rope
  1929. piqi >= "0.7.8"
  1930. piqilib >= "0.6.16"
  1931. pixel_pusher
  1932. pkcs11 >= "0.18.0"
  1933. pkcs11-cli
  1934. pkcs11-driver
  1935. pkcs11-rev
  1936. pla >= "1.3"
  1937. plateau
  1938. plato
  1939. plebeia
  1940. plist-xml
  1941. plist-xml-lwt
  1942. plotkicadsch >= "0.4.0"
  1943. plotly
  1944. plplot >= "5.11.0-1"
  1945. polka
  1946. poll
  1947. polling_state_rpc < "v0.17.0"
  1948. polly
  1949. polynomial
  1950. pomap >= "4.1.0"
  1951. popper
  1952. portaudio >= "0.2.2"
  1953. portaudio_c_bindings
  1954. portmidi
  1955. posix-base
  1956. posix-bindings
  1957. posix-getopt >= "2.0.0"
  1958. posix-signal
  1959. posix-socket
  1960. posix-socket-unix
  1961. posix-time2
  1962. posix-types >= "2.0.0"
  1963. posix-uname
  1964. posixat >= "v0.12.0" & < "v0.17.0"
  1965. postgres_async < "v0.17.0"
  1966. postgresql >= "4.4.1"
  1967. pp
  1968. pp-binary-ints
  1969. pp_loc
  1970. pprint >= "20200226"
  1971. ppx-owl-opt
  1972. ppx_accessor < "v0.17.0"
  1973. ppx_assert >= "v0.12.0" & < "v0.17.0"
  1974. ppx_bap
  1975. ppx_base >= "v0.12.0" & < "v0.17.0"
  1976. ppx_bench >= "v0.12.0" & < "v0.17.0"
  1977. ppx_bigarray >= "3.0.0"
  1978. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  1979. ppx_bitstring >= "4.0.0"
  1980. ppx_blob >= "0.6.0"
  1981. ppx_bsx
  1982. ppx_camlrack
  1983. ppx_catch
  1984. ppx_cold < "v0.17.0"
  1985. ppx_compare >= "v0.12.0" & < "v0.17.0"
  1986. ppx_compose >= "0.1.0"
  1987. ppx_const >= "2.0"
  1988. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  1989. ppx_counters
  1990. ppx_css < "v0.17.0"
  1991. ppx_cstruct >= "3.3.0"
  1992. ppx_cstubs
  1993. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  1994. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  1995. ppx_decimal
  1996. ppx_defer >= "0.4.0"
  1997. ppx_demo < "v0.17.0"
  1998. ppx_derive_at_runtime < "v0.17.0"
  1999. ppx_derivers >= "1.2.1"
  2000. ppx_deriving = "4.3" | >= "4.5-1"
  2001. ppx_deriving_cad
  2002. ppx_deriving_cmdliner >= "0.5.1"
  2003. ppx_deriving_encoding
  2004. ppx_deriving_hardcaml >= "v0.12.0"
  2005. ppx_deriving_hash
  2006. ppx_deriving_json_schema
  2007. ppx_deriving_jsoo
  2008. ppx_deriving_madcast >= "0.2"
  2009. ppx_deriving_popper
  2010. ppx_deriving_protobuf >= "2.7"
  2011. ppx_deriving_qcheck
  2012. ppx_deriving_rpc >= "6.1.0"
  2013. ppx_deriving_scad
  2014. ppx_deriving_yaml < "0.4.0"
  2015. ppx_deriving_yojson >= "3.3"
  2016. ppx_disable_unused_warnings < "v0.17.0"
  2017. ppx_distr_guards >= "0.2"
  2018. ppx_enum
  2019. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  2020. ppx_expect >= "v0.12.0" & < "v0.17.0"
  2021. ppx_factory
  2022. ppx_fail >= "v0.12.0"
  2023. ppx_fast_pipe
  2024. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  2025. ppx_fixed_literal < "v0.17.0"
  2026. ppx_gen_rec >= "1.1.0"
  2027. ppx_getenv >= "2.0"
  2028. ppx_globalize < "v0.17.0"
  2029. ppx_hash >= "v0.12.0" & < "v0.17.0"
  2030. ppx_here >= "v0.12.0" & < "v0.17.0"
  2031. ppx_ignore_instrumentation < "v0.17.0"
  2032. ppx_import >= "1.5-3-gbd627d5"
  2033. ppx_inline_alcotest
  2034. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  2035. ppx_interact
  2036. ppx_irmin
  2037. ppx_jane >= "v0.12.0" & < "v0.17.0"
  2038. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  2039. ppx_jsobject_conv >= "0.6.0"
  2040. ppx_jsonaf_conv < "v0.17.0"
  2041. ppx_let >= "v0.12.0" & < "v0.17.0"
  2042. ppx_log < "v0.17.0"
  2043. ppx_lun
  2044. ppx_make
  2045. ppx_map
  2046. ppx_matches
  2047. ppx_meta_conv >= "4.0.1"
  2048. ppx_mica
  2049. ppx_minidebug
  2050. ppx_module_timer < "v0.17.0"
  2051. ppx_monad
  2052. ppx_monoid >= "0.3.2"
  2053. ppx_mysql
  2054. ppx_mysql_identity
  2055. ppx_open
  2056. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  2057. ppx_optint
  2058. ppx_optional >= "v0.12.0" & < "v0.17.0"
  2059. ppx_parser
  2060. ppx_pattern_bind < "v0.17.0"
  2061. ppx_pbt
  2062. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  2063. ppx_protocol_conv >= "3.1.0"
  2064. ppx_protocol_conv_json >= "3.1.0"
  2065. ppx_protocol_conv_jsonm
  2066. ppx_protocol_conv_msgpack >= "3.1.0"
  2067. ppx_protocol_conv_xml_light >= "3.1.0"
  2068. ppx_protocol_conv_xmlm
  2069. ppx_protocol_conv_yaml >= "3.1.0"
  2070. ppx_pyformat
  2071. ppx_python < "v0.17.0"
  2072. ppx_rapper
  2073. ppx_rapper_async
  2074. ppx_rapper_lwt
  2075. ppx_regexp >= "0.4.0"
  2076. ppx_relit
  2077. ppx_repr
  2078. ppx_seq
  2079. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  2080. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  2081. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  2082. ppx_show
  2083. ppx_stable < "v0.17.0"
  2084. ppx_stable_witness < "v0.17.0"
  2085. ppx_string < "v0.17.0"
  2086. ppx_string_interpolation
  2087. ppx_subliner
  2088. ppx_system
  2089. ppx_test >= "1.7.0"
  2090. ppx_there
  2091. ppx_tools >= "6.0+4.08.0"
  2092. ppx_tools_versioned >= "5.2.2"
  2093. ppx_trace
  2094. ppx_ts
  2095. ppx_tydi < "v0.17.0"
  2096. ppx_type_directed_value
  2097. ppx_typed_fields < "v0.17.0"
  2098. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  2099. ppx_tyre
  2100. ppx_units
  2101. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  2102. ppx_viewpattern
  2103. ppx_wideopen
  2104. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  2105. ppx_yojson
  2106. ppx_yojson_conv < "v0.17.0"
  2107. ppx_yojson_conv_lib < "v0.17.0"
  2108. ppxfind >= "1.3"
  2109. ppxlib >= "0.4.0" & < "0.34.0"
  2110. ppxx >= "2.4.0"
  2111. pratter
  2112. prbnmcn-basic-structures
  2113. prbnmcn-cgrph
  2114. prbnmcn-clustering
  2115. prbnmcn-dagger
  2116. prbnmcn-dagger-gsl
  2117. prbnmcn-dagger-stats
  2118. prbnmcn-dagger-test
  2119. prbnmcn-gnuplot
  2120. prbnmcn-linalg
  2121. prbnmcn-mcts
  2122. prbnmcn-proptest
  2123. prbnmcn-stats
  2124. prbnmcn-ucb1
  2125. prc
  2126. preface
  2127. prelude
  2128. prettym
  2129. printbox >= "0.3"
  2130. printbox-ext-plot
  2131. printbox-html
  2132. printbox-md
  2133. printbox-text >= "0.6.1"
  2134. proc-smaps
  2135. process_limits
  2136. processor
  2137. producer
  2138. prof_spacetime >= "0.3.0"
  2139. profiling
  2140. profunctor < "v0.17.0"
  2141. progress
  2142. prom
  2143. prometheus >= "0.6"
  2144. prometheus-app >= "0.6"
  2145. prometheus-liquidsoap >= "2"
  2146. promise
  2147. promise_jsoo
  2148. promise_jsoo_lwt
  2149. protocell
  2150. protocol-9p >= "1.0.0"
  2151. protocol-9p-tool >= "1.0.0"
  2152. protocol-9p-unix >= "1.0.0"
  2153. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  2154. prr
  2155. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2156. psq >= "0.1.1"
  2157. ptmap >= "2.0.5"
  2158. ptset >= "1.0.1"
  2159. pulseaudio >= "0.1.4"
  2160. pure-html
  2161. pure-splitmix >= "0.3"
  2162. pvec
  2163. py >= "1.1"
  2164. pyast
  2165. pyml >= "20210924"
  2166. pyml_bindgen >= "0.3.0"
  2167. pyre-ast
  2168. pythonlib
  2169. qbf >= "0.3"
  2170. qcheck >= "0.9"
  2171. qcheck-alcotest
  2172. qcheck-core
  2173. qcheck-lin
  2174. qcheck-multicoretests-util
  2175. qcheck-ounit
  2176. qcheck-stm
  2177. qiskit < "0.44.0"
  2178. qmp >= "0.19.0"
  2179. qrencode >= "0.2"
  2180. qtest >= "2.10.1"
  2181. queenshead
  2182. quests
  2183. radamsa
  2184. radare2 >= "0.0.3"
  2185. randii
  2186. randomconv >= "0.1.1"
  2187. randoml
  2188. range >= "0.8"
  2189. rangeSet
  2190. rankers
  2191. rawlink >= "1.0"
  2192. rawlink-eio
  2193. rawlink-lwt
  2194. raygui < "1.4.0"
  2195. raylib < "1.4.0"
  2196. rdbg >= "1.196.12"
  2197. rdf >= "0.13.0"
  2198. rdf_impls
  2199. rdf_json_ld
  2200. rdf_lwt
  2201. rdf_mysql
  2202. rdf_postgresql
  2203. rdf_ppx
  2204. re >= "1.9.0"
  2205. re2 >= "v0.12.1" & < "v0.17.0"
  2206. re2_stable
  2207. re_parser < "v0.17.0"
  2208. rea
  2209. reactiveData >= "0.3.0"
  2210. readline
  2211. reanalyze
  2212. reason >= "3.5.0" & < "3.14.0"
  2213. reason-standard
  2214. received
  2215. record_builder >= "v0.12.0" & < "v0.17.0"
  2216. records >= "1.0.0"
  2217. reddit_api_async
  2218. reddit_api_kernel
  2219. redirect
  2220. redis >= "0.4"
  2221. redis-async < "v0.17.0"
  2222. redis-lwt >= "0.4"
  2223. redis-sync >= "0.4"
  2224. reed-solomon-erasure >= "1.0.2"
  2225. reedsolomon >= "0.3"
  2226. refl
  2227. regenerate >= "0.2"
  2228. regex_parser_intf < "v0.17.0"
  2229. relit_helper
  2230. remu_ts
  2231. reparse
  2232. reparse-lwt
  2233. reparse-lwt-unix
  2234. reparse-unix
  2235. repr
  2236. repr-bench
  2237. repr-fuzz
  2238. res >= "5.0.1"
  2239. res_tailwindcss
  2240. resource-pooling >= "1.1"
  2241. resource_cache >= "v0.12.0" & < "v0.17.0"
  2242. resp
  2243. resp-client
  2244. resp-mirage
  2245. resp-server >= "0.9"
  2246. resp-unix
  2247. resto
  2248. resto-acl
  2249. resto-cohttp
  2250. resto-cohttp-client
  2251. resto-cohttp-self-serving-client
  2252. resto-cohttp-server
  2253. resto-directory
  2254. resto-json
  2255. result >= "1.4"
  2256. rfc1951 >= "0.8.1" & != "1.0.0"
  2257. rfc6287 >= "1.0.4"
  2258. rfc7748
  2259. rfsm >= "1.6-alpha-3" & < "2.0"
  2260. rhythm
  2261. ringo
  2262. ringo-lwt
  2263. river >= "0.2"
  2264. rock
  2265. roman
  2266. root1d >= "0.5.1"
  2267. rope >= "0.6.2"
  2268. rosa
  2269. rosetta >= "0.2.0"
  2270. routes
  2271. rpc >= "6.1.0"
  2272. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  2273. rpclib >= "6.1.0"
  2274. rpclib-async >= "6.1.0"
  2275. rpclib-html
  2276. rpclib-js
  2277. rpclib-lwt >= "6.1.0"
  2278. rsdd
  2279. rss
  2280. rtop >= "3.5.0" & < "3.14.0"
  2281. rtree
  2282. rungen
  2283. runtime_events_tools
  2284. rusage
  2285. rust-staticlib-gen
  2286. rust-staticlib-virtual
  2287. SZXX
  2288. safemoney
  2289. safepass >= "3.1"
  2290. sail >= "0.15"
  2291. sail_c_backend
  2292. sail_coq_backend
  2293. sail_doc_backend
  2294. sail_latex_backend
  2295. sail_lem_backend
  2296. sail_manifest
  2297. sail_ocaml_backend
  2298. sail_output
  2299. sail_smt_backend
  2300. sail_sv_backend
  2301. salsa20 >= "1.0.0"
  2302. salsa20-core >= "1.0.0"
  2303. samplerate >= "0.1.6"
  2304. sanddb >= "0.2"
  2305. sarek >= "20210823"
  2306. satex
  2307. saturn < "0.5.0"
  2308. saturn_lockfree < "0.5.0"
  2309. satyrographos
  2310. scad_ml
  2311. scfg
  2312. scgi
  2313. scipy
  2314. scrypt-kdf >= "1.0.0"
  2315. sd_logic
  2316. sdl-liquidsoap >= "3"
  2317. search
  2318. searchTree
  2319. secp256k1 >= "0.4.1"
  2320. secp256k1-internal
  2321. sedlex >= "2.0"
  2322. sek
  2323. sel
  2324. selective
  2325. semantic_version < "v0.17.0"
  2326. semaphore-compat
  2327. semver >= "0.2.1"
  2328. semver2
  2329. sendmail
  2330. sendmail-lwt
  2331. sendmail-miou-unix
  2332. sendmail-mirage
  2333. sentry
  2334. seq >= "0.2" & < "base"
  2335. seqes
  2336. sequencer_table >= "v0.12.0" & < "v0.17.0"
  2337. serde < "0.0.2"
  2338. serde_debug
  2339. serde_derive < "0.0.2"
  2340. serde_json < "0.0.2"
  2341. serde_sexpr
  2342. serde_xml
  2343. serial
  2344. session >= "0.4.1"
  2345. session-cohttp >= "0.4.1"
  2346. session-cohttp-async >= "0.4.1"
  2347. session-cohttp-lwt >= "0.4.1"
  2348. session-cookie
  2349. session-cookie-async
  2350. session-cookie-lwt
  2351. session-postgresql >= "0.4.1"
  2352. session-postgresql-async >= "0.4.1"
  2353. session-postgresql-lwt >= "0.4.1"
  2354. session-redis-lwt >= "0.4.1"
  2355. session-webmachine >= "0.4.1"
  2356. setcore >= "1.0.2"
  2357. sexp < "v0.17.0"
  2358. sexp_decode
  2359. sexp_diff < "v0.17.0"
  2360. sexp_diff_kernel
  2361. sexp_grammar < "v0.17.0"
  2362. sexp_macro < "v0.17.0"
  2363. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  2364. sexp_select < "v0.17.0"
  2365. sexp_string_quickcheck < "v0.17.0"
  2366. sexplib >= "v0.12.0" & < "v0.17.0"
  2367. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2368. sgf >= "1.0.1"
  2369. sha >= "1.13"
  2370. shapefile
  2371. shared-block-ring >= "3.0.0"
  2372. shared-memory-ring >= "3.1.0"
  2373. shared-memory-ring-lwt >= "3.1.0"
  2374. shared-secret >= "0.4"
  2375. shell < "v0.17.0"
  2376. sherlodoc
  2377. shexp >= "v0.12.0" & < "v0.17.0"
  2378. shine >= "0.2.2"
  2379. shuttle
  2380. shuttle_http
  2381. shuttle_ssl
  2382. shuttle_websocket
  2383. sifun
  2384. sihl
  2385. sihl-cache
  2386. sihl-contract
  2387. sihl-core
  2388. sihl-email
  2389. sihl-facade
  2390. sihl-persistence
  2391. sihl-queue
  2392. sihl-session
  2393. sihl-storage
  2394. sihl-token
  2395. sihl-type
  2396. sihl-user
  2397. sihl-web
  2398. simlog
  2399. simple63
  2400. sklearn
  2401. slack
  2402. slacko >= "0.14.1"
  2403. slipshow
  2404. slug
  2405. smart-print >= "0.3.0"
  2406. smbc >= "0.5"
  2407. smol
  2408. smol-helpers
  2409. smtlib-utils
  2410. smtml < "0.1.1"
  2411. snappy >= "0.1.2"
  2412. snoke
  2413. so
  2414. sodium-fmt
  2415. solid
  2416. solid_server
  2417. solid_tools
  2418. solidity-alcotest
  2419. solidity-common
  2420. solidity-parser
  2421. solidity-test
  2422. solidity-typechecker
  2423. solo5-elftool
  2424. sortedseq_intersect
  2425. soundtouch >= "0.1.9"
  2426. soupault
  2427. spacetime_lib >= "0.3.0"
  2428. spatial-shell
  2429. spawn < "v0.9.0" | >= "v0.13.0"
  2430. spdx_licenses
  2431. spectrum
  2432. speex >= "0.4.0"
  2433. spelll >= "0.4"
  2434. spin
  2435. splay_tree >= "v0.12.0" & < "v0.17.0"
  2436. splittable_random >= "v0.12.0" & < "v0.17.0"
  2437. spoc >= "20210823"
  2438. spoc_ppx
  2439. spoke
  2440. spotify-web-api >= "0.2.1"
  2441. spotlib >= "4.1.0"
  2442. sqlgg >= "20200521"
  2443. sqlite3 >= "4.4.1"
  2444. sqlite3_utils
  2445. srt
  2446. ssh-agent >= "0.2.0"
  2447. ssl >= "0.5.6"
  2448. stdcompat >= "19"
  2449. stdint >= "0.6.0"
  2450. stdint-literals
  2451. stdio >= "v0.12.0" & < "v0.17.0"
  2452. stdlib-diff
  2453. stdlib-random
  2454. stdlib-shims
  2455. stdune < "3.14.0"
  2456. stitch
  2457. stk
  2458. stk_iconv
  2459. stk_ocf
  2460. stk_ppx
  2461. stk_rdf
  2462. stk_xml
  2463. stog >= "0.20.0"
  2464. stog_all
  2465. stog_asy
  2466. stog_dot
  2467. stog_extern
  2468. stog_markdown
  2469. stog_multi_doc
  2470. stog_nocaml
  2471. stog_noexec
  2472. stog_plugins
  2473. stog_rdf
  2474. stog_rel_href
  2475. stog_server
  2476. stog_server_multi
  2477. stog_sitemap
  2478. stog_writing
  2479. store
  2480. stored_reversed < "v0.17.0"
  2481. stramon-lib
  2482. streamable < "v0.17.0"
  2483. streaming
  2484. string_dict >= "v0.12.0" & < "v0.17.0"
  2485. stringext >= "1.6.0"
  2486. sturgeon >= "0.4.2"
  2487. subscriptions-transport-ws
  2488. subtype-refinement >= "0.2"
  2489. sun
  2490. svmwrap
  2491. swagger >= "0.2.0"
  2492. swhid
  2493. swhid_compute
  2494. swhid_core
  2495. swhid_types
  2496. swipl
  2497. syguslib-utils
  2498. syncweb
  2499. syndic >= "1.6.0"
  2500. sys-socket
  2501. sys-socket-unix
  2502. syslog >= "2.0.1"
  2503. syslog-message >= "1.0.0"
  2504. syslog-rfc5424
  2505. systemverilog >= "0.0.2"
  2506. tablecloth-base
  2507. tablecloth-native < "transition"
  2508. taglib >= "0.3.7"
  2509. talaria-bibtex
  2510. tar >= "1.0.0"
  2511. tar-eio
  2512. tar-mirage >= "1.0.0"
  2513. tar-unix >= "1.0.0"
  2514. tcalc
  2515. tcpip >= "3.7.0"
  2516. tdigest
  2517. teash
  2518. telltime
  2519. tensorboard
  2520. term-indexing
  2521. term-tools
  2522. terminal
  2523. terminal_size >= "0.1.4"
  2524. terminus
  2525. terminus-cohttp
  2526. terminus-hlc
  2527. testo
  2528. testo-diff
  2529. testo-lwt
  2530. testo-util
  2531. testu01
  2532. textmate-language
  2533. textrazor
  2534. textutils >= "v0.12.0" & < "v0.17.0"
  2535. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  2536. textwrap >= "0.2.1"
  2537. tezos-baking-015-PtLimaPt
  2538. tezos-baking-015-PtLimaPt-commands
  2539. tezos-baking-016-PtMumbai
  2540. tezos-baking-016-PtMumbai-commands
  2541. tezos-baking-017-PtNairob
  2542. tezos-baking-017-PtNairob-commands
  2543. tezos-baking-alpha
  2544. tezos-baking-alpha-commands
  2545. tezos-base
  2546. tezos-base-test-helpers
  2547. tezos-base58
  2548. tezos-benchmark < "19.0"
  2549. tezos-bls12-381-polynomial
  2550. tezos-clic
  2551. tezos-client-000-Ps9mPmXa
  2552. tezos-client-001-PtCJ7pwo
  2553. tezos-client-002-PsYLVpVv
  2554. tezos-client-003-PsddFKi3
  2555. tezos-client-004-Pt24m4xi
  2556. tezos-client-005-PsBabyM1
  2557. tezos-client-006-PsCARTHA
  2558. tezos-client-007-PsDELPH1
  2559. tezos-client-008-PtEdo2Zk
  2560. tezos-client-009-PsFLoren
  2561. tezos-client-010-PtGRANAD
  2562. tezos-client-011-PtHangz2
  2563. tezos-client-012-Psithaca
  2564. tezos-client-013-PtJakart
  2565. tezos-client-014-PtKathma
  2566. tezos-client-015-PtLimaPt
  2567. tezos-client-016-PtMumbai
  2568. tezos-client-017-PtNairob
  2569. tezos-client-alpha
  2570. tezos-client-base
  2571. tezos-client-base-unix
  2572. tezos-client-commands
  2573. tezos-client-demo-counter < "19.0"
  2574. tezos-client-genesis < "19.0"
  2575. tezos-context
  2576. tezos-context-hash
  2577. tezos-context-hash-irmin
  2578. tezos-context-ops
  2579. tezos-crypto
  2580. tezos-crypto-dal
  2581. tezos-dac-client-lib < "19.0"
  2582. tezos-dac-lib < "19.0"
  2583. tezos-dac-node-lib < "19.0"
  2584. tezos-dal-node-lib < "19.0"
  2585. tezos-dal-node-services < "19.0"
  2586. tezos-embedded-protocol-000-Ps9mPmXa
  2587. tezos-embedded-protocol-001-PtCJ7pwo
  2588. tezos-embedded-protocol-002-PsYLVpVv
  2589. tezos-embedded-protocol-003-PsddFKi3
  2590. tezos-embedded-protocol-004-Pt24m4xi
  2591. tezos-embedded-protocol-005-PsBABY5H
  2592. tezos-embedded-protocol-005-PsBabyM1
  2593. tezos-embedded-protocol-006-PsCARTHA
  2594. tezos-embedded-protocol-007-PsDELPH1
  2595. tezos-embedded-protocol-008-PtEdo2Zk
  2596. tezos-embedded-protocol-008-PtEdoTez
  2597. tezos-embedded-protocol-009-PsFLoren
  2598. tezos-embedded-protocol-010-PtGRANAD
  2599. tezos-embedded-protocol-011-PtHangz2
  2600. tezos-embedded-protocol-012-Psithaca
  2601. tezos-embedded-protocol-013-PtJakart
  2602. tezos-embedded-protocol-014-PtKathma
  2603. tezos-embedded-protocol-015-PtLimaPt
  2604. tezos-embedded-protocol-016-PtMumbai
  2605. tezos-embedded-protocol-017-PtNairob
  2606. tezos-embedded-protocol-alpha
  2607. tezos-embedded-protocol-demo-counter
  2608. tezos-embedded-protocol-demo-noops
  2609. tezos-embedded-protocol-genesis
  2610. tezos-error-monad
  2611. tezos-event-logging
  2612. tezos-event-logging-test-helpers
  2613. tezos-hacl
  2614. tezos-hacl-glue
  2615. tezos-hacl-glue-unix
  2616. tezos-injector-015-PtLimaPt
  2617. tezos-injector-016-PtMumbai
  2618. tezos-layer2-store
  2619. tezos-layer2-utils-016-PtMumbai
  2620. tezos-layer2-utils-017-PtNairob
  2621. tezos-lazy-containers
  2622. tezos-lwt-result-stdlib
  2623. tezos-micheline
  2624. tezos-mockup
  2625. tezos-mockup-commands
  2626. tezos-mockup-proxy
  2627. tezos-mockup-registration
  2628. tezos-p2p
  2629. tezos-p2p-services
  2630. tezos-plompiler
  2631. tezos-plonk
  2632. tezos-protocol-000-Ps9mPmXa < "19.0"
  2633. tezos-protocol-001-PtCJ7pwo < "19.0"
  2634. tezos-protocol-002-PsYLVpVv < "19.0"
  2635. tezos-protocol-003-PsddFKi3 < "19.0"
  2636. tezos-protocol-004-Pt24m4xi < "19.0"
  2637. tezos-protocol-005-PsBABY5H < "19.0"
  2638. tezos-protocol-005-PsBabyM1 < "19.0"
  2639. tezos-protocol-006-PsCARTHA < "19.0"
  2640. tezos-protocol-007-PsDELPH1 < "19.0"
  2641. tezos-protocol-008-PtEdo2Zk < "19.0"
  2642. tezos-protocol-008-PtEdoTez < "19.0"
  2643. tezos-protocol-009-PsFLoren < "19.0"
  2644. tezos-protocol-010-PtGRANAD < "19.0"
  2645. tezos-protocol-011-PtHangz2 < "19.0"
  2646. tezos-protocol-012-Psithaca < "19.0"
  2647. tezos-protocol-013-PtJakart < "19.0"
  2648. tezos-protocol-014-PtKathma < "19.0"
  2649. tezos-protocol-015-PtLimaPt < "19.0"
  2650. tezos-protocol-016-PtMumbai < "19.0"
  2651. tezos-protocol-017-PtNairob < "19.0"
  2652. tezos-protocol-018-Proxford < "19.0"
  2653. tezos-protocol-alpha < "19.0"
  2654. tezos-protocol-demo-counter < "19.0"
  2655. tezos-protocol-demo-noops < "19.0"
  2656. tezos-protocol-environment
  2657. tezos-protocol-environment-packer
  2658. tezos-protocol-environment-sigs
  2659. tezos-protocol-environment-structs
  2660. tezos-protocol-genesis < "19.0"
  2661. tezos-protocol-plugin-007-PsDELPH1
  2662. tezos-protocol-plugin-007-PsDELPH1-registerer
  2663. tezos-protocol-plugin-008-PtEdo2Zk
  2664. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2665. tezos-protocol-plugin-009-PsFLoren
  2666. tezos-protocol-plugin-009-PsFLoren-registerer
  2667. tezos-protocol-plugin-010-PtGRANAD
  2668. tezos-protocol-plugin-010-PtGRANAD-registerer
  2669. tezos-protocol-plugin-011-PtHangz2
  2670. tezos-protocol-plugin-011-PtHangz2-registerer
  2671. tezos-protocol-plugin-012-Psithaca
  2672. tezos-protocol-plugin-012-Psithaca-registerer
  2673. tezos-protocol-plugin-013-PtJakart
  2674. tezos-protocol-plugin-013-PtJakart-registerer
  2675. tezos-protocol-plugin-014-PtKathma
  2676. tezos-protocol-plugin-014-PtKathma-registerer
  2677. tezos-protocol-plugin-015-PtLimaPt
  2678. tezos-protocol-plugin-015-PtLimaPt-registerer
  2679. tezos-protocol-plugin-016-PtMumbai
  2680. tezos-protocol-plugin-016-PtMumbai-registerer
  2681. tezos-protocol-plugin-017-PtNairob
  2682. tezos-protocol-plugin-017-PtNairob-registerer
  2683. tezos-protocol-plugin-alpha
  2684. tezos-protocol-plugin-alpha-registerer
  2685. tezos-protocol-updater
  2686. tezos-proxy
  2687. tezos-proxy-server-config < "19.0"
  2688. tezos-requester
  2689. tezos-rpc
  2690. tezos-rpc-http
  2691. tezos-rpc-http-client
  2692. tezos-rpc-http-client-unix
  2693. tezos-rpc-http-server
  2694. tezos-sapling
  2695. tezos-scoru-wasm
  2696. tezos-scoru-wasm-fast
  2697. tezos-scoru-wasm-helpers
  2698. tezos-shell
  2699. tezos-shell-context
  2700. tezos-shell-services
  2701. tezos-shell-services-test-helpers
  2702. tezos-signer-backends
  2703. tezos-signer-services
  2704. tezos-smart-rollup-016-PtMumbai
  2705. tezos-smart-rollup-017-PtNairob
  2706. tezos-smart-rollup-alpha
  2707. tezos-smart-rollup-layer2-016-PtMumbai
  2708. tezos-smart-rollup-layer2-017-PtNairob
  2709. tezos-stdlib >= "16.0"
  2710. tezos-stdlib-unix
  2711. tezos-store
  2712. tezos-test-helpers
  2713. tezos-test-helpers-extra
  2714. tezos-test-services
  2715. tezos-tree-encoding
  2716. tezos-tx-rollup-015-PtLimaPt
  2717. tezos-validation
  2718. tezos-version
  2719. tezos-wasmer
  2720. tezos-webassembly-interpreter
  2721. tezos-webassembly-interpreter-extra
  2722. tezos-workers
  2723. tezt
  2724. tezt-bam
  2725. tezt-performance-regression
  2726. tezt-tezos < "19.0"
  2727. theora >= "0.4.0"
  2728. thread-local-storage
  2729. thread-table
  2730. thrift >= "0.10.0"
  2731. tidy >= "5-0.2"
  2732. tidy_email
  2733. tidy_email_mailgun
  2734. tidy_email_sendgrid
  2735. tidy_email_smtp
  2736. tilde_f < "v0.17.0"
  2737. time_now < "v0.17.0"
  2738. timed >= "1.1"
  2739. timedesc
  2740. timedesc-json
  2741. timedesc-sexp
  2742. timedesc-tzdb
  2743. timedesc-tzlocal
  2744. timedesc-tzlocal-js
  2745. timere
  2746. timere-parse
  2747. timezone < "v0.17.0"
  2748. timmy
  2749. timmy-jsoo
  2750. timmy-lwt
  2751. timmy-unix
  2752. tiny_httpd
  2753. tiny_httpd_camlzip
  2754. tip-parser >= "0.4"
  2755. tldr
  2756. tls >= "0.11.0"
  2757. tls-async
  2758. tls-eio
  2759. tls-liquidsoap
  2760. tls-lwt
  2761. tls-miou-unix
  2762. tls-mirage
  2763. toc
  2764. tofn
  2765. togglelog
  2766. toml >= "5.0.0"
  2767. toml-cconv
  2768. toml_cconv
  2769. toplevel_backend < "v0.17.0"
  2770. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  2771. topojson
  2772. topojsone
  2773. topological_sort >= "v0.12.0" & < "v0.17.0"
  2774. torch < "v0.17.0"
  2775. tqdm
  2776. trace
  2777. trace-fuchsia
  2778. trace-tef
  2779. tracing < "v0.17.0"
  2780. tracy-client
  2781. traits
  2782. trampoline
  2783. transept
  2784. traverse
  2785. travesty != "0.6.1"
  2786. travis-opam >= "1.5.0"
  2787. trax >= "0.4.0"
  2788. tree_layout >= "0.2"
  2789. treeprint >= "2.3.0"
  2790. trexio
  2791. trie >= "1.0.0"
  2792. trs
  2793. tsdl-image >= "0.3.0"
  2794. tsdl-mixer >= "0.3.0"
  2795. tsdl-ttf >= "0.3"
  2796. tsort
  2797. tube >= "4.4.0"
  2798. tuntap >= "1.7.0"
  2799. twirp_cohttp_lwt_unix
  2800. twirp_core
  2801. twirp_ezcurl
  2802. twirp_tiny_httpd
  2803. twostep
  2804. tyabt
  2805. type_eq
  2806. typerep >= "v0.12.0" & < "v0.17.0"
  2807. typeset
  2808. tyre >= "0.5"
  2809. tyxml >= "4.3.0"
  2810. tyxml-jsx
  2811. tyxml-lwd
  2812. tyxml-ppx >= "4.3.0"
  2813. tyxml-syntax
  2814. u2f
  2815. ubase
  2816. ubpf >= "0.2"
  2817. uecc >= "0.3"
  2818. uint >= "2.0.1"
  2819. ulid
  2820. um-abt
  2821. unidecode
  2822. unionFind
  2823. unisim_archisec
  2824. unison >= "2.51.4" & < "2.53.4"
  2825. universo
  2826. unix-errno >= "0.6.0"
  2827. unstrctrd
  2828. uri >= "2.2.0"
  2829. uri-bench
  2830. uri-re
  2831. uri-sexp
  2832. uring
  2833. uritemplate
  2834. user-agent-parser
  2835. username_kernel < "v0.17.0"
  2836. uspf
  2837. uspf-lwt
  2838. uspf-mirage
  2839. uspf-unix
  2840. utop >= "2.3.0"
  2841. uuuu >= "0.1.1"
  2842. validator
  2843. variantslib >= "v0.12.0" & < "v0.17.0"
  2844. varray
  2845. vcaml
  2846. vcardgen >= "1.2"
  2847. vchan
  2848. vchan-unix
  2849. vchan-xen
  2850. vdom
  2851. vec
  2852. vector
  2853. vector3 >= "1.0.0"
  2854. vendredi
  2855. vercel
  2856. vhd-format >= "0.12.0"
  2857. vhd-format-lwt >= "0.12.0"
  2858. virtual_dom >= "v0.12.0" & < "v0.17.0"
  2859. visitors >= "20200207"
  2860. vlq >= "0.2.1"
  2861. vlt
  2862. vmnet >= "1.3.2"
  2863. vocal
  2864. voqc
  2865. vorbis >= "0.8.0"
  2866. vpt >= "5.0.0"
  2867. vscoq-language-server
  2868. vue-jsoo
  2869. vue-ppx
  2870. wall >= "0.4"
  2871. wasmer
  2872. wasmtime
  2873. wayland
  2874. waylaunch
  2875. wcwidth
  2876. webauthn
  2877. weberizer >= "0.8"
  2878. webmachine >= "0.6.2"
  2879. websocket >= "2.12"
  2880. websocket-async >= "2.12"
  2881. websocket-lwt >= "2.12"
  2882. websocket-lwt-unix
  2883. websocketaf
  2884. webtest >= "2.0.0"
  2885. webtest-js
  2886. why3find < "1.1.0"
  2887. wikitext
  2888. win-error >= "1.0"
  2889. win-eventlog >= "0.3"
  2890. winsvc
  2891. ws
  2892. ws-server
  2893. wseg
  2894. wtf8 >= "1.0.2"
  2895. wtr
  2896. wtr-ppx
  2897. wu-manber-fuzzy-search
  2898. x509 >= "0.6.3"
  2899. x86_64-esperanto >= "0.0.6"
  2900. xapi-backtrace >= "0.7"
  2901. xapi-inventory >= "1.2.1"
  2902. xapi-rrd >= "1.8.2"
  2903. xapi-stdext-date
  2904. xapi-stdext-encodings
  2905. xapi-stdext-pervasives
  2906. xapi-stdext-std
  2907. xapi-stdext-threads
  2908. xapi-stdext-unix
  2909. xapi-stdext-zerocheck
  2910. xcursor
  2911. xdg < "3.14.0"
  2912. xdg-basedir
  2913. xedbindings
  2914. xen-evtchn >= "2.1.0"
  2915. xen-evtchn-unix >= "2.1.0"
  2916. xen-gnt >= "3.1.0"
  2917. xen-gnt-unix >= "3.1.0"
  2918. xenstore >= "2.1.0"
  2919. xenstore_transport >= "1.1.0"
  2920. xmelly
  2921. xml-light >= "2.5"
  2922. xmldiff >= "0.7.0"
  2923. xmldiff_js
  2924. xmlplaylist >= "0.1.5"
  2925. xoshiro
  2926. xtmpl >= "0.19.0"
  2927. xtmpl_js
  2928. xtmpl_ppx
  2929. yaml >= "1.0.0"
  2930. yaml-sexp
  2931. yara >= "0.2"
  2932. yocaml < "2.0.0"
  2933. yocaml_cmark
  2934. yocaml_git < "2.0.0"
  2935. yocaml_jingoo < "2.0.0"
  2936. yocaml_markdown
  2937. yocaml_mustache < "2.0.0"
  2938. yocaml_syndication < "2.0.0"
  2939. yocaml_unix < "2.0.0"
  2940. yocaml_yaml < "2.0.0"
  2941. yojson >= "1.5.0"
  2942. yojson-bench
  2943. yojson-five
  2944. yurt >= "0.6"
  2945. yuscii >= "0.2.1"
  2946. yuujinchou
  2947. zanuda
  2948. zar
  2949. zarith-ppx
  2950. zarith_stubs_js < "v0.17.0"
  2951. zed >= "2.0"
  2952. zeit
  2953. zelus
  2954. zelus-gtk
  2955. zipperposition >= "1.5.1"
  2956. zipperposition-tools
  2957. zlib >= "0.6"
  2958. zlist >= "0.4.0"
  2959. zmq >= "5.1.0"
  2960. zmq-async >= "5.1.0"
  2961. zmq-eio
  2962. zmq-lwt >= "5.1.0"
  2963. zstandard >= "v0.12.1" & < "v0.17.0"
  2964. zstd >= "0.3"
  2965. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.