package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.8.0.tbz
sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4
sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994

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: 31 May 2023

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

Conflicts (8)

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

Innovation. Community. Security.