package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.16.1.tbz
sha256=b781ae20f87613c2a11bd0717809e00470c82d615e15264f9a64e033051ac3de
sha512=fddf940d5634400fa14f6728235e0dba055b90a47f868d9fee80c9523b93fb2b9920a00e70dfdc5e1dd26a21d695ce854267b6a2ec305ce89ce9447733f7242c

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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: 04 Nov 2024

README

README.md

A Composable Build System for OCaml

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.

How does it work?

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

Build 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.

Installation

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 or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

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